licp
2024-08-08 5d437a0ad1bfcdbb3b388358bd8bd0dc4954f259
src/view/timer.vue
@@ -35,7 +35,7 @@
      const hours = now.getHours();
      const minutes = now.getMinutes();
      if (hours === 20 && minutes === 0) {
      if (hours === 22 && minutes === 0) {
        this.performTask();
        // 设置20分钟后提示关闭
        this.closeTimeout = setTimeout(() => {