pull/715/head
Weiming 2021-03-29 17:26:02 -04:00
parent 137ed3ee2d
commit 686e0cd091
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -3,6 +3,7 @@
var cur = new Date();
var cur_sec = cur.getMinutes()*60+cur.getSeconds();
var notify_sec = setting.interval>0?setting.interval-setting.interval%cur_sec:-1;
Bangle.buzz();
console.log(notify_sec);
if (notify_sec>0) setTimeout(load('hourstrike.js'), notify_sec*1000);
})();