mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-22 08:28:25 +08:00
[MagicJS] 更新框架及修复Bug
This commit is contained in:
parent
c519381a24
commit
37fe5cdabf
@ -309,7 +309,7 @@
|
||||
"name": "什么值得买",
|
||||
"keys": [
|
||||
"smzdm_cookie",
|
||||
"smzdm_session",
|
||||
"smzdm_cookie_id",
|
||||
"smzdm_signin",
|
||||
"smzdm_mission",
|
||||
"smzdm_lottery",
|
||||
@ -514,35 +514,6 @@
|
||||
"val": "",
|
||||
"type": "textarea",
|
||||
"desc": "必须是JSON格式,Key为用户Id,不要修改。格式不正确可能导致执行异常。"
|
||||
},
|
||||
{
|
||||
"id": "magicjs_loglevel",
|
||||
"name": "日志等级",
|
||||
"val": "INFO",
|
||||
"type": "radios",
|
||||
"items": [
|
||||
{
|
||||
"key": "INFO",
|
||||
"label": "INFO"
|
||||
},
|
||||
{
|
||||
"key": "WARNING",
|
||||
"label": "WARNING"
|
||||
},
|
||||
{
|
||||
"key": "ERROR",
|
||||
"label": "ERROR"
|
||||
},
|
||||
{
|
||||
"key": "CRITICAL",
|
||||
"label": "CRITICAL"
|
||||
},
|
||||
{
|
||||
"key": "DEBUG",
|
||||
"label": "DEBUG"
|
||||
}
|
||||
],
|
||||
"desc": "出现异常时请选择DEBUG提交日志"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
#!icon= https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm.png
|
||||
|
||||
[Script]
|
||||
http-request ^https?:\/\/zhiyou\.smzdm\.com\/user$ script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js,tag=什么值得买_获取Cookie
|
||||
http-request ^https?:\/\/zhiyou\.smzdm\.com\/user\/?$ script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js,tag=什么值得买_获取Cookie
|
||||
cron "30 9 * * *" script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js,timeout=60,tag=什么值得买_每日签到
|
||||
|
||||
[MITM]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 什么值得买每日自动签到
|
||||
|
||||
^https?:\/\/zhiyou\.smzdm\.com\/user$ url script-request-header https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js
|
||||
^https?:\/\/zhiyou\.smzdm\.com\/user\/?$ url script-request-header https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js
|
||||
# ^https?:\/\/user-api\.smzdm\.com\/user_login\/normal$ url script-request-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js
|
||||
|
||||
hostname = zhiyou.smzdm.com
|
@ -4,7 +4,7 @@
|
||||
|
||||
[Script]
|
||||
什么值得买_每日签到 = script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js,timeout=120,type=cron,cronexp=5 0 * * *
|
||||
什么值得买_获取cookie = script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js,type=http-request,requires-body=false,pattern=^https?:\/\/zhiyou\.smzdm\.com\/user$
|
||||
什么值得买_获取cookie = script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js,type=http-request,requires-body=false,pattern=^https?:\/\/zhiyou\.smzdm\.com\/user\/?$
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% zhiyou.smzdm.com
|
File diff suppressed because one or more lines are too long
@ -4,4 +4,4 @@
|
||||
^https?:\/\/c\.tieba\.baidu\.com\/c\/s\/channelIconConfig url script-request-header https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js
|
||||
^https?:\/\/tiebac\.baidu\.com\/c\/u\/follow\/getFoldedMessageUserInfo url script-request-header https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js
|
||||
|
||||
hostname = c.tieba.baidu.com
|
||||
hostname = c.tieba.baidu.com,tiebac.baidu.com
|
@ -44,9 +44,7 @@
|
||||
|
||||
## 最近更新
|
||||
|
||||
1. 适配至8.22.0 (9926)
|
||||
1. 去除视频标签页红点
|
||||
1. 增加知乎纯净版模块
|
||||
1. 适配至8.33.0 (11018)
|
||||
|
||||
## 版本切换
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user