-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin_list.json
58 lines (46 loc) · 1.68 KB
/
plugin_list.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"cw-example-plugin": {
"name": "Class Widgets 插件示例",
"description": "这是一个示例插件。",
"version": "1.1.0",
"plugin_ver": 1,
"author": "Rin",
"url": "https://github.com/RinLit-233-shiroko/cw-example-plugin",
"branch": "main",
"update_date": "2024/12/19",
"tag": "示例"
},
"cw-ship-plugin": {
"name": "舟山船班信息展示",
"description": "这是一个用于展示舟山大岙码头船班信息的插件。",
"version": "1.1.2",
"plugin_ver": 1,
"author": "LaoShui",
"url": "https://github.com/laoshuikaixue/cw-ship-plugin",
"branch": "main",
"update_date": "2024/12/22",
"tag": "信息 | 提醒 | 小组件"
},
"cw-yiyan-plugin": {
"name": "每日一言",
"description": "每天分享一句话,激励大家学习。",
"version": "1.0.0",
"plugin_ver": 1,
"author": "LaoShui",
"url": "https://github.com/laoshuikaixue/cw-yiyan-plugin",
"branch": "main",
"update_date": "2024/12/22",
"tag": "学习 | 实用 | 小组件"
},
"Class Widgets Csv Import":{
"name": "Class Widgets Csv Import",
"description": "让我们用.csv表格编辑 Class Widgets 课表!将.csv文件转换为 Class Widgets Json 课表",
"version": "1.0.0",
"plugin_ver": 1,
"author": "Detrital",
"url": "https://github.com/Detritalw/Class-Widget-CSV-import",
"branch": "main",
"update_date": "2024/12/28",
"tag": "实用 | 工具"
}
}