forked from Rabbit-Jia-Er/MaiTrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_manifest.json
More file actions
69 lines (69 loc) · 1.65 KB
/
Copy path_manifest.json
File metadata and controls
69 lines (69 loc) · 1.65 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
{
"manifest_version": 2,
"id": "Rabbit-Jia-Er.MaiTrace",
"version": "3.1.1",
"name": "MaiTrace(麦时迹)",
"description": "属于 MaiBot 自己的 QQ 空间生活插件。让麦麦自主发说说、刷动态、点赞回复、写日记,留下属于麦麦自己的时间足迹。",
"author": {
"name": "Rabbit-Jia-Er",
"url": "https://github.com/Rabbit-Jia-Er"
},
"license": "MIT",
"urls": {
"repository": "https://github.com/Rabbit-Jia-Er/MaiTrace",
"homepage": "https://github.com/Rabbit-Jia-Er/MaiTrace",
"issues": "https://github.com/Rabbit-Jia-Er/MaiTrace/issues"
},
"host_application": {
"min_version": "1.0.0",
"max_version": "1.99.99"
},
"sdk": {
"min_version": "2.0.0",
"max_version": "2.99.99"
},
"dependencies": [
{
"type": "python_package",
"name": "httpx",
"version_spec": ">=0.24.0"
},
{
"type": "python_package",
"name": "Pillow",
"version_spec": ">=9.0.0"
},
{
"type": "python_package",
"name": "bs4",
"version_spec": ">=0.0.1"
},
{
"type": "python_package",
"name": "json5",
"version_spec": ">=0.9.0"
},
{
"type": "python_package",
"name": "openai",
"version_spec": ">=1.0.0"
}
],
"capabilities": [
"send.text",
"config.get",
"config.get_plugin",
"llm.generate",
"message.get_by_time",
"message.get_by_time_in_chat",
"chat.get_stream_by_group_id",
"chat.get_stream_by_user_id",
"emoji.get_by_description",
"database.get",
"api.call"
],
"i18n": {
"default_locale": "zh-CN",
"supported_locales": ["zh-CN"]
}
}