We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f170e2 commit b4dda19Copy full SHA for b4dda19
1 file changed
TXSTOCK/cowopenbox.js
@@ -1,6 +1,6 @@
1
const jsname = '腾讯自选股'
2
const $ = Env(jsname)
3
-const logs = 1; //0为关闭日志,1为开启,默认为0
+const logs = 0; //0为关闭日志,1为开启,默认为0
4
const notifyInterval = 1; //0为关闭通知,1为所有通知,默认为0
5
6
let rndtime = Math.round(new Date().getTime()) //毫秒
0 commit comments