lex 1 year ago
parent
commit
ea12c3a594
2 changed files with 2 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 1 0
      src/components/timerMeter/components/countdown.tsx

+ 1 - 1
public/version.json

@@ -1 +1 @@
-{"version":1705630526988}
+{"version":1705632665640}

+ 1 - 0
src/components/timerMeter/components/countdown.tsx

@@ -228,6 +228,7 @@ export default defineComponent({
         if (lastStr[i] === str[i]) {
           continue;
         }
+        flipObjs.value[i].value.flipUp(lastStr[i], str[i]);
       }
     };
     const updateSecond = (e: any) => {