-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtooth.json
43 lines (43 loc) · 1.03 KB
/
tooth.json
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
{
"format_version": 1,
"tooth": "github.com/xingshuyu/x-robot-tth",
"version": "1.1.1",
"dependencies": {},
"information": {
"name": "X-Robot",
"description": "A lightweight and convenient QQ robot",
"author": "XingShuyu",
"license": "GPL-3.0",
"homepage": "github.com/XingShuyu/X-Robot"
},
"placement": [
{
"source": "BDS-Deamon.cmd",
"destination": "BDS-Deamon.cmd"
},
{
"source": "BDS-zh_CN.bat",
"destination": "BDS-zh_CN.bat"
},
{
"source": "Manager.exe",
"destination": "Manager.exe"
},
{
"source": "start_go-cqhttp.bat",
"destination": "start_go-cqhttp.bat"
},
{
"source": "yaml-cpp.dll",
"destination": "yaml-cpp.dll"
},
{
"source": "plugins/*",
"destination": "plugins/*"
}
],
"possession": [
"plugins/X-Robot/go-cqhttp/",
"plugins/X-Robot/CrashLog/"
]
}