黄琪勇 10 months ago
parent
commit
9cbf5efd56
3 changed files with 2 additions and 3 deletions
  1. 1 1
      dev-dist/sw.js
  2. 1 1
      public/version.json
  3. 0 1
      src/components/timerMeter/TimerMeter.vue

+ 1 - 1
dev-dist/sw.js

@@ -82,7 +82,7 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
     "revision": "3ca0b8505b4bec776b69afdba2768812"
   }, {
     "url": "index.html",
-    "revision": "0.mnmr5vubgq"
+    "revision": "0.ebto14d5ab8"
   }], {});
   workbox.cleanupOutdatedCaches();
   workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

+ 1 - 1
public/version.json

@@ -1 +1 @@
-{"version":1715344155184}
+{"version":1715344402195}

+ 0 - 1
src/components/timerMeter/TimerMeter.vue

@@ -203,7 +203,6 @@ function handleTimeNum(num: number) {
   }
   if (timeNumNow <= 0) {
     timeNumNow = 0;
-    return;
   }
   timeNum.value = timeNumNow;
 }