-
Notifications
You must be signed in to change notification settings - Fork 115
/
metadata.json
36 lines (36 loc) · 1.26 KB
/
metadata.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
{
"apiServer": "http://47.100.166.53/api",
"homepage": "https://www.github.com/SSmJaE/",
"projects": {
"welearn": {
"title": "随行课堂网课助手",
"name": "WELearn网课助手",
"version": "1.1.0",
"matches": [
"*://course.sflep.com/*",
"*://welearn.sflep.com/*",
"*://wetest.sflep.com/*",
"*://courseappserver.sflep.com/*",
"*://centercourseware.sflep.com/*"
],
"namespace": "https://github.com/SSmJaE/WELearnHelper",
"description": "显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;基于生成式AI(ChatGPT)的答案生成",
"connect": [
"localhost",
"47.100.166.53"
]
},
"tsinghua": {
"title": "清华社网课助手",
"name": "TsinghuaELTHelper",
"version": "0.1.0",
"matches": [],
"namespace": "https://github.com/SSmJaE/TsinghuaELTHelper",
"description": "显示清华社网课题目答案",
"connect": [
"localhost",
"47.100.166.53"
]
}
}
}