We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbd99e commit c46a30fCopy full SHA for c46a30f
1 file changed
Task/zhima.js
@@ -67,7 +67,7 @@ http-request https:\/\/api\.sxsjyzm\.com\/* script-path=https://raw.githubuserco
67
const $ = Env("芝嫲视频");
68
$.idx = ($.idx = ($.getval('zhimaSuffix') || '1') - 1) > 0 ? ($.idx + 1 + '') : ''; // 账号扩展字符
69
const notify = $.isNode() ? require("./sendNotify") : ``;
70
-const COOKIE = $.isNode() ? require("./zhimaACOOKIE") : ``;
+const COOKIE = $.isNode() ? require("./zhimaCOOKIE") : ``;
71
const logs = 0; // 0为关闭日志,1为开启
72
const notifyttt = 1 // 0为关闭外部推送,1为12 23 点外部推送
73
const notifyInterval = 2; // 0为关闭通知,1为所有通知,2为12 23 点通知 , 3为 6 12 18 23 点通知
0 commit comments