Skip to content

Commit b1f205f

Browse files
committed
Commit config file
1 parent 2a8847b commit b1f205f

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

account.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
[
22
{
3+
"countrycode": 86,
34
"account": "ZainCheung@163.com",
45
"password": "10ca5e4c316f81c5d9b56702********",
56
"sckey": "SCU97783T70c13167b4daa422f4d419a765eb4ebb5ebc9********",
67
"pushmethod": "",
78
"appToken": "",
8-
"wxpusheruid": ""
9+
"wxpusheruid": "",
10+
"barkServer": "https://api.day.app",
11+
"barkKey": ""
912
},
1013
{
14+
"countrycode": 86,
1115
"account": "150********",
1216
"password": "bfa834f7de58cb650ca01edb********",
1317
"sckey": "SCU97783T70c13167b4daa422f4d419a765eb4ebb5ebc9********",
1418
"pushmethod": "",
1519
"appToken": "",
16-
"wxpusheruid": ""
20+
"wxpusheruid": "",
21+
"barkServer": "https://api.day.app",
22+
"barkKey": ""
1723
},
1824
{
25+
"countrycode": 86,
1926
"account": "132********",
2027
"password": "f391235b15781c95384cd5bb********",
2128
"sckey": "SCU97783T70c13167b4daa422f4d419a765eb4ebb5ebc9********",
2229
"pushmethod": "",
2330
"appToken": "",
24-
"wxpusheruid": ""
31+
"wxpusheruid": "",
32+
"barkServer": "https://api.day.app",
33+
"barkKey": ""
2534
}
2635
]

init.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ sckey = SCU97783T70c13167b4daa422f4d419a765eb4ebb5ebc9********
4343

4444
# Wxpusher 推送参数,需要将pushmethod指定为wxpusher,应用和uid的免费申请参考:https://wxpusher.zjiecode.com/
4545
appToken = AT_6kBmt***************************
46-
wxpusheruid = UID_t***************************
46+
wxpusheruid = UID_t***************************
47+
48+
# Bark 推送参数, 请参考https://github.com/Finb/Bark, 公用默认服务器为https://api.day.app/
49+
barkServer = https://api.day.app
50+
barkKey =

0 commit comments

Comments
 (0)