-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathinterface.json
More file actions
106 lines (106 loc) · 3.02 KB
/
interface.json
File metadata and controls
106 lines (106 loc) · 3.02 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"interface_version": 2,
"name": "AUTO-MAS MaaFW Toolkit",
"icon": "res/icons/AUTO-MAS.ico",
"mirrorchyan_multiplatform": false,
"github": "https://github.com/AUTO-MAS-Project/AUTO-MAS",
"version": "5.1.0",
"contact": "https://auto-mas.top/",
"license": "AGPL-3.0",
"controller": [
{
"name": "明日方舟PC端",
"type": "Win32",
"permission_required": true,
"win32": {
"window_regex": "明日方舟"
}
},
{
"name": "终末地PC端",
"type": "Win32",
"permission_required": true,
"win32": {
"window_regex": "Endfield",
"mouse": "PostMessageWithCursorPos",
"keyboard": "PostMessageWithCursorPos",
"screencap": "PrintWindow"
}
},
{
"name": "终末地PC端-登录表单",
"type": "Win32",
"permission_required": true,
"win32": {
"window_regex": "Form",
"mouse": "PostMessageWithCursorPos",
"keyboard": "PostMessageWithCursorPos",
"screencap": "PrintWindow"
}
},
{
"name": "星穹铁道模拟器",
"type": "Adb",
"permission_required": true
}
],
"resource": [
{
"name": "AUTO-MAS MaaFW Toolkit Resource",
"path": [
"res/MaaFW"
]
}
],
"task": [
{
"name": "明日方舟PC端-选中已部署干员",
"entry": "选中已部署干员[ArknightsPC]",
"controller": [
"明日方舟PC端"
]
},
{
"name": "明日方舟PC端-释放技能",
"entry": "释放技能[ArknightsPC]",
"controller": [
"明日方舟PC端"
]
},
{
"name": "明日方舟PC端-撤退干员",
"entry": "撤退干员[ArknightsPC]",
"controller": [
"明日方舟PC端"
]
},
{
"name": "明日方舟PC端-下一帧",
"entry": "下一帧[ArknightsPC]",
"controller": [
"明日方舟PC端"
]
},
{
"name": "终末地PC端-切换账号-调出登录框",
"entry": "切换账号-调出登录框[EndFieldPC]",
"controller": [
"终末地PC端"
]
},
{
"name": "终末地PC端-切换账号-账号登录",
"entry": "切换账号-账号登录[EndFieldPC]",
"controller": [
"终末地PC端-登录表单"
]
},
{
"name": "星穹铁道模拟器-切换账号",
"entry": "切换账号[StarRailEmulator]",
"controller": [
"星穹铁道模拟器"
]
}
]
}