Update HAR: 3G壁纸网 (#898)

Co-authored-by: loveyanglove <loveyanglove@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-23 08:44:29 +08:00 committed by GitHub
parent e613ddba79
commit 26fc3523aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -53,7 +53,7 @@
"extract_variables": [ "extract_variables": [
{ {
"name": "token", "name": "token",
"re": "name=\"__token__\" value=\"(.+)\" />", "re": "name=\"__token__\" value=\"(.*?)\"",
"from": "content" "from": "content"
} }
] ]
@ -303,20 +303,20 @@
], ],
"failed_asserts": [], "failed_asserts": [],
"extract_variables": [ "extract_variables": [
{
"name": "lxqd",
"re": "\"continuous_days\":(\\d+)",
"from": "content"
},
{ {
"name": "byqd", "name": "byqd",
"re": "\"month_signin_days\":(\\d+)", "re": "\"signed_count\":(\\d+)",
"from": "content" "from": "content"
}, },
{ {
"name": "bzqd", "name": "bzqd",
"re": "\"week_signin_days\":(\\d+)", "re": "\"week_signin_days\":(\\d+)",
"from": "content" "from": "content"
},
{
"name": "lxqd",
"re": "\"continuous_days\":(\\d+)",
"from": "content"
} }
] ]
} }
@ -368,7 +368,7 @@
"url": "api://util/unicode", "url": "api://util/unicode",
"headers": [], "headers": [],
"cookies": [], "cookies": [],
"data": "html_unescape=false&content=登录状态:{{dlzt}}。\\r\\n签到状态{{msg}}。\\r\\n积分:{{jifen}},连续签到:{{lxqd}}天,本周连续签到:{{bzqd}}天,本月连续签到:{{byqd}}天。" "data": "html_unescape=false&content=登录状态:{{dlzt}}。\\r\\n签到状态{{msg}}。\\r\\n本月连续签到{{byqd}}天。"
}, },
"rule": { "rule": {
"success_asserts": [ "success_asserts": [

File diff suppressed because one or more lines are too long