修改部分脚本持久化数据使用的Key
This commit is contained in:
@ -6,7 +6,7 @@ const scirptName = '百度贴吧';
|
||||
const batchSize = 20;
|
||||
const retries = 5; // 签到失败重试次数
|
||||
const interval = 2000; // 每次重试间隔
|
||||
const tiebaCookieKey = 'tieba_cookie_key';
|
||||
const tiebaCookieKey = 'tieba_checkin_cookie';
|
||||
const tiebeGetCookieRegex = /https?:\/\/c\.tieba\.baidu\.com\/c\/s\/login/;
|
||||
let magicJS = MagicJS(scirptName, "INFO");
|
||||
magicJS.unifiedPushUrl = magicJS.read('tieba_unified_push_url') || magicJS.read('magicjs_unified_push_url');
|
||||
|
||||
Reference in New Issue
Block a user