forked from siyuan-note/plugin-sample-vite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
47 lines (47 loc) · 887 Bytes
/
plugin.json
File metadata and controls
47 lines (47 loc) · 887 Bytes
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
{
"name": "siyuan-reference-code-block-plugin",
"author": "luqin2007",
"url": "https://github.com/luqin2007/siyuan-reference-code-block-plugin",
"version": "1.0.2",
"minAppVersion": "3.0.12",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"harmony",
"docker"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "Reference code block",
"zh_CN": "引用代码块"
},
"description": {
"en_US": "Allow code block reference code files",
"zh_CN": "允许代码块引用代码文件片段"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
""
]
},
"keywords": [
"code",
"code block",
"代码块",
"reference",
"引用"
]
}