We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2318e83 commit 4d52e0bCopy full SHA for 4d52e0b
2 files changed
sfexpress/README.md
@@ -10,6 +10,8 @@
10
11
> 2020.3.30 增加 27 周年签到 (增加 1 条`mitm`和 1 条`rewrite`)
12
13
+> 2020.5.6 移除 27 周年签到 (活动结束)
14
+
15
## 配置 (Surge)
16
17
```properties
sfexpress/sfexpress.js
@@ -15,11 +15,11 @@ let VAL_login27header = chavy.getdata(KEY_login27header)
chavy.log(`🔔 ${cookieName}`)
await loginapp()
await signapp()
18
- if (VAL_login27url && VAL_login27header) {
19
- await loginapp27()
20
- await signapp27()
21
- await getinfo27()
22
- }
+ // if (VAL_login27url && VAL_login27header) {
+ // await loginapp27()
+ // await signapp27()
+ // await getinfo27()
+ // }
23
await getinfo()
24
showmsg()
25
chavy.done()
0 commit comments