细节修改

This commit is contained in:
kron
2025-07-16 14:42:00 +08:00
parent c1fa8b9469
commit 77dca00ce7
7 changed files with 41 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ watch(
clearInterval(timer.value);
setTimeout(() => {
newVal();
}, 2000);
}, 1500);
} else {
totalTop.value += 0.5;
}