-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "schedule-block",
"author": "游夏",
"url": "https://github.com/fujingzhai/schedule-block",
"funding": {
"custom": [
"https://fastly.jsdelivr.net/gh/fujingzhai/schedule-block@main/assets/sponsor-wechat.png",
"https://fastly.jsdelivr.net/gh/fujingzhai/schedule-block@main/assets/sponsor-alipay.jpg"
]
},
"version": "1.7.0",
"minAppVersion": "3.6.0",
"backends": [
"windows",
"linux",
"darwin"
],
"frontends": [
"desktop",
"desktop-window",
"browser-desktop"
],
"displayName": {
"default": "Schedule Block",
"zh_CN": "日程块"
},
"description": {
"default": "Embed day and week schedule blocks in SiYuan documents, with quick add and screenshot export.",
"zh_CN": "在思源文档中嵌入日历块和周历块,支持拖拽新建、快捷添加和截图导出。"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"keywords": [
"calendar",
"schedule",
"日程块",
"日历",
"周历",
"日程"
]
}