mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
.
This commit is contained in:
parent
b8d2f717cc
commit
6abf7c061f
@ -124,7 +124,7 @@ export async function Note(e, {
|
||||
// console.log(data.expeditions)
|
||||
for (let val of data.expeditions) {
|
||||
if (val.remained_time <= 0) {
|
||||
val.percentage = 100;
|
||||
val.percentage = 0;
|
||||
}
|
||||
if (val.remained_time > 0) {
|
||||
// console.log(val.remained_time)
|
||||
|
Loading…
Reference in New Issue
Block a user