-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
44 lines (44 loc) · 869 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
{
"name": "siyuan-plugin-formatPainter",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-plugin-formatPainter",
"version": "1.1.6",
"minAppVersion": "3.1.12",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"docker"
],
"frontends": [
"desktop",
"browser-desktop",
"desktop-window"
],
"displayName": {
"default": "Format Painter",
"zh_CN": "格式刷"
},
"description": {
"default": "Use the format painter to batch apply styles",
"zh_CN": "使用格式刷批量添加样式"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://www.yuque.com/achuan-2"
]
},
"keywords": [
"Format Painter",
"格式刷"
]
}