-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathplugin.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"name": "siyuan-bullet-threading-enhanced",
"author": "user",
"url": "https://github.com/user/siyuan-bullet-threading-enhanced",
"version": "1.0.0",
"minAppVersion": "3.0.12",
"backends": [
"windows",
"linux",
"darwin",
"docker",
"ios",
"android"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"default": "Bullet Threading Enhanced",
"en_US": "Bullet Threading Enhanced",
"zh_CN": "子弹线增强版",
"pt_BR": "Bullet Threading Melhorado"
},
"description": {
"default": "Adds customizable bullet threading lines to nested lists. Supports color, width, and style configuration.",
"en_US": "Adds customizable bullet threading lines to nested lists. Supports color, width, and style configuration.",
"zh_CN": "为嵌套列表添加可自定义的子弹线。支持颜色、宽度和样式配置。",
"pt_BR": "Adiciona linhas de bullet threading personalizáveis em listas aninhadas. Suporta configuração de cor, largura e estilo."
},
"readme": {
"en_US": "README.md",
"pt_BR": "README_pt_BR.md"
},
"keywords": [
"plugin",
"bullet",
"threading",
"nested",
"list",
"customization"
],
"funding": {
"custom": []
}
}