-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
55 lines (51 loc) · 1.36 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
servers:
# 国服
CN: &CN
AUTH: 'https://as.hypergryph.com'
GAME: 'https://ak-gs-gf.hypergryph.com'
CONF: 'https://ak-conf.hypergryph.com'
VER: 'https://ak-conf.hypergryph.com/config/prod/official/Android/version'
# 日服
JP: &JP
PASSPORT: 'https://passport.arknights.jp'
AUTH: 'https://as.arknights.jp'
GAME: 'https://gs.arknights.jp:8443'
CONF: 'https://ak-conf.arknights.jp'
VER: 'https://ark-jp-static-online.yo-star.com/assetbundle/official/Android/version'
ID: '3'
# 美服
US: &US
PASSPORT: 'https://passport.arknights.global'
AUTH: 'https://as.arknights.global'
GAME: 'https://gs.arknights.global:8443'
SERVER: 'https://ak-conf.arknights.global'
VER: 'https://ark-us-static-online.yo-star.com/assetbundle/official/Android/version'
ID: '3'
user:
account: '18900000000'
password: 'edit me'
server: *CN # 目前暂时没有实现外服功能
platform: 'Android' # 苹果服填写 iOS
sleep: 1000
actions:
- updateConfig
- accountLogin
- login
- syncData
- syncStatus
- getUnconfirmedOrderIdList
- checkIn
- checkInActivity
- checkMailbox
- receiveSocialPoint
- syncBase
-
condition: building_on
then:
- receiveResources
- completeOrder
- receiveIntimacy
- syncSocialPoint
- tradeSocialPoint
- setAssignChar
- getMissionRewards