generated from siyuan-note/plugin-sample-vite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
51 lines (51 loc) · 982 Bytes
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "siyuan_rmv_btn",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_rmv_btn",
"version": "1.1.9",
"minAppVersion": "2.10.14",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"docker"
],
"frontends": [
"desktop",
"desktop-window",
"mobile",
"browser-desktop",
"browser-mobile"
],
"displayName": {
"en_US": "SiYuan remove buttons",
"zh_CN": "移除按钮"
},
"description": {
"en_US": "A plugin to remove menu items and buttons you don't really need.",
"zh_CN": "一个移除你不想要的按钮/菜单项的插件,覆盖电脑和手机"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://github.com/zxkmm/zxkmm"
]
},
"keywords": [
"按钮",
"移除",
"隐藏",
"菜单",
"button",
"remove",
"hide",
"menu",
"siyuan_rmv_btn",
"zxkmm"
]
}