forked from siyuan-note/plugin-sample-vite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
45 lines (45 loc) · 825 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
{
"name": "plugin-sample-vite",
"author": "frostime",
"url": "https://github.com/frostime/plugin-sample-vite",
"version": "0.3.6",
"minAppVersion": "3.0.12",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"harmony",
"docker"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "Plugin sample with vite",
"zh_CN": "插件样例 vite 版"
},
"description": {
"en_US": "SiYuan plugin sample with vite",
"zh_CN": "使用 vite 开发的思源插件样例"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
""
]
},
"keywords": [
"plugin",
"sample",
"插件样例"
]
}