mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
update
This commit is contained in:
parent
8aa340c656
commit
40d9f86ae6
11
m_jd_wx_microDz.js
Normal file
11
m_jd_wx_microDz.js
Normal file
File diff suppressed because one or more lines are too long
4
magic.js
4
magic.js
@ -5,7 +5,7 @@ let testMode = process.env.M_TEST_MODE?.includes('on') ? true : mode
|
|||||||
let tokenCacheMin = parseInt(process.env?.M_WX_TOKEN_CACHE_MIN || 5)
|
let tokenCacheMin = parseInt(process.env?.M_WX_TOKEN_CACHE_MIN || 5)
|
||||||
let tokenCacheMax = parseInt(process.env?.M_WX_TOKEN_CACHE_MAX || 10)
|
let tokenCacheMax = parseInt(process.env?.M_WX_TOKEN_CACHE_MAX || 10)
|
||||||
let enableCacheToken = parseInt(process.env?.M_WX_ENABLE_CACHE_TOKEN || 1)
|
let enableCacheToken = parseInt(process.env?.M_WX_ENABLE_CACHE_TOKEN || 1)
|
||||||
let enableCacheTokenTip = parseInt(process.env?.M_WX_ENABLE_CACHE_TOKEN_TIP || 2)
|
let enableCacheTokenTip = parseInt(process.env?.M_WX_ENABLE_CACHE_TOKEN_TIP || 1)
|
||||||
let isvObfuscatorRetry = parseInt(process.env?.M_WX_ISVOBFUSCATOR_RETRY || 2)
|
let isvObfuscatorRetry = parseInt(process.env?.M_WX_ISVOBFUSCATOR_RETRY || 2)
|
||||||
let isvObfuscatorRetryWait = parseInt(process.env?.M_WX_ISVOBFUSCATOR_RETRY_WAIT || 2)
|
let isvObfuscatorRetryWait = parseInt(process.env?.M_WX_ISVOBFUSCATOR_RETRY_WAIT || 2)
|
||||||
//模式
|
//模式
|
||||||
@ -40,7 +40,7 @@ process.env.M_WX_WHITELIST ? process.env.M_WX_WHITELIST.split(/[@,&|]/).forEach(
|
|||||||
(item) => wxWhitelist.push(item.includes('-') ? item : item * 1))
|
(item) => wxWhitelist.push(item.includes('-') ? item : item * 1))
|
||||||
: [];
|
: [];
|
||||||
//无线不支持文件列表
|
//无线不支持文件列表
|
||||||
let wxWhitelistNotSupportFile = ['m_jd_wx_collectCard.js', 'm_jd_wx_unPackDraw.js', 'm_jd_wx_share.js']
|
let wxWhitelistNotSupportFile = ['m_jd_wx_collectCard.js', 'm_jd_wx_unPackDraw.js', 'm_jd_wx_microDz.js', 'm_jd_wx_share.js']
|
||||||
process.env.M_WX_WHITELIST_NOT_SUPPORT_FILE ? process.env.M_WX_WHITELIST_NOT_SUPPORT_FILE.split(/[@,&|]/).forEach(
|
process.env.M_WX_WHITELIST_NOT_SUPPORT_FILE ? process.env.M_WX_WHITELIST_NOT_SUPPORT_FILE.split(/[@,&|]/).forEach(
|
||||||
(item) => wxWhitelistNotSupportFile.push(item)) : '';
|
(item) => wxWhitelistNotSupportFile.push(item)) : '';
|
||||||
|
|
||||||
|
24
magic.json
24
magic.json
@ -24,6 +24,22 @@
|
|||||||
"monitor_scripts_path 填写与面板上一样的路径": 1,
|
"monitor_scripts_path 填写与面板上一样的路径": 1,
|
||||||
"monitor_scripts_path": "/jd/scripts",
|
"monitor_scripts_path": "/jd/scripts",
|
||||||
"monitor_scripts": {
|
"monitor_scripts": {
|
||||||
|
"M_WX_WDZ_ID": {
|
||||||
|
"name": "M微定制",
|
||||||
|
"file": "m_jd_wx_microDz.js",
|
||||||
|
"wait": 0,
|
||||||
|
"queue": true,
|
||||||
|
"queue_name": "M_WX_WDZ_ID",
|
||||||
|
"enable": true
|
||||||
|
},
|
||||||
|
"M_WX_SECOND_DRAW_URL": {
|
||||||
|
"name": "M读秒手速",
|
||||||
|
"file": "m_jd_wx_secondDraw.js",
|
||||||
|
"wait": 0,
|
||||||
|
"queue": false,
|
||||||
|
"queue_name": "M_WX_SECOND_DRAW_URL",
|
||||||
|
"enable": true
|
||||||
|
},
|
||||||
"M_WX_BUILD_DRAW_URL": {
|
"M_WX_BUILD_DRAW_URL": {
|
||||||
"name": "M盖楼领奖",
|
"name": "M盖楼领奖",
|
||||||
"file": "m_jd_wx_buildDraw.js",
|
"file": "m_jd_wx_buildDraw.js",
|
||||||
@ -32,6 +48,14 @@
|
|||||||
"queue_name": "M_WX_BUILD_DRAW_URL",
|
"queue_name": "M_WX_BUILD_DRAW_URL",
|
||||||
"enable": true
|
"enable": true
|
||||||
},
|
},
|
||||||
|
"M_WX_LEVEL_BIRTH_BEAN_NUM": {
|
||||||
|
"name": "M等级/生日礼包",
|
||||||
|
"file": "m_jd_wx_levelBirth.js",
|
||||||
|
"wait": 0,
|
||||||
|
"queue": false,
|
||||||
|
"queue_name": "M_WX_LEVEL_BIRTH_BEAN_NUM",
|
||||||
|
"enable": true
|
||||||
|
},
|
||||||
"M_WX_SHOP_GIFT_URL": {
|
"M_WX_SHOP_GIFT_URL": {
|
||||||
"name": "M关注有礼无线",
|
"name": "M关注有礼无线",
|
||||||
"file": "m_jd_wx_shopGift.js",
|
"file": "m_jd_wx_shopGift.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user