Skip to content

Commit

Permalink
更新[顺丰速运]: 移除 27 周年签到 (活动结束)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed May 6, 2020
1 parent 2318e83 commit 4d52e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions sfexpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
> 2020.3.30 增加 27 周年签到 (增加 1 条`mitm`和 1 条`rewrite`)
> 2020.5.6 移除 27 周年签到 (活动结束)
## 配置 (Surge)

```properties
Expand Down
10 changes: 5 additions & 5 deletions sfexpress/sfexpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let VAL_login27header = chavy.getdata(KEY_login27header)
chavy.log(`🔔 ${cookieName}`)
await loginapp()
await signapp()
if (VAL_login27url && VAL_login27header) {
await loginapp27()
await signapp27()
await getinfo27()
}
// if (VAL_login27url && VAL_login27header) {
// await loginapp27()
// await signapp27()
// await getinfo27()
// }
await getinfo()
showmsg()
chavy.done()
Expand Down

0 comments on commit 4d52e0b

Please sign in to comment.