We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa194a commit 635e14cCopy full SHA for 635e14c
1 file changed
RUNSTEP/runstep.js
@@ -12,7 +12,7 @@ const notifyInterval = 1;
12
let tz = '';
13
let tz2 = '';
14
let version = $.getval('version') || "1.5.1"; //APP版本号,更新请到APP更改
15
-$.idx = ($.idx = ($.getval('Suffix') || '1') - 1) > 0 ? ($.idx + 1 + '') : ''; // 账号扩展字符
+
16
//////////////////////////////////////////////////////////////////
17
//hour&min
18
var hour = '';
0 commit comments