generated from siyuan-note/plugin-sample-vite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
40 lines (40 loc) · 1.2 KB
/
plugin.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
{
"name": "siyuan_doctree_compress",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_doctree_compress",
"version": "0.3.10",
"minAppVersion": "2.12.1",
"backends": [
"windows",
"linux",
"darwin",
"android",
"ios",
"docker"
],
"frontends": [
"desktop",
"browser-desktop",
"desktop-window"
],
"displayName": {
"en_US": "doctree modify",
"zh_CN": "文档树自定义"
},
"description": {
"en_US": "(doctree compress) provides up to 12 functions, including flow layout/ indentation adjustment/ hide bubble/ shield button/ font size/ mouse hover, etc., to completely customize your document tree",
"zh_CN": "(文档树压缩)提供多达20余项功能,包括 流动布局/ 缩进调节/ 隐藏气泡/ 屏蔽按钮/ 字体大小/ 鼠标悬浮/ 层级竖线/ 分割线/ 等等,完全自定义您的文档树"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://github.com/zxkmm/zxkmm"
]
},
"keywords": [
"文档树", "压缩", "自定义", "compress", "doctree", "modify", "zxkmm", "文档树压缩", "文档树自定义", "siyuan_doctree_compress"
]
}