-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterface.json
More file actions
58 lines (58 loc) · 1.38 KB
/
interface.json
File metadata and controls
58 lines (58 loc) · 1.38 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
{
"interface_version": 2,
"name": "MaaZeroFrameAction",
"icon": "res/MZFA.ico",
"mirrorchyan_multiplatform": false,
"github": "https://github.com/AUTO-MAS-Project/MaaZeroFrameAction",
"version": "0.1.0",
"contact": "https://auto-mas.top/",
"license": "GPL-3.0",
"controller": [
{
"name": "明日方舟PC端",
"type": "Win32",
"permission_required": true,
"win32": {
"window_regex": "明日方舟"
}
}
],
"resource": [
{
"name": "MaaZeroFrameActionResource",
"path": [
"res"
]
}
],
"task": [
{
"name": "选中已部署干员",
"entry": "选中已部署干员",
"controller": [
"明日方舟PC端"
]
},
{
"name": "释放技能",
"entry": "释放技能",
"controller": [
"明日方舟PC端"
]
},
{
"name": "撤退干员",
"entry": "撤退干员",
"controller": [
"明日方舟PC端"
]
},
{
"name": "下一帧",
"entry": "下一帧",
"controller": [
"明日方舟PC端"
]
}
]
}