-
Notifications
You must be signed in to change notification settings - Fork 13
/
widget.json
38 lines (38 loc) · 941 Bytes
/
widget.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
{
"name": "sy-post-publisher",
"author": "terwer",
"url": "https://github.com/terwer/sy-post-publisher",
"version": "1.29.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
"linux",
"darwin",
"docker"
],
"frontends": [
"desktop",
"browser-desktop"
],
"displayName": {
"default": "sy-post-publisher",
"zh_CN": "发布工具挂件版"
},
"description": {
"default": "Publish articles from siyuan-note to supported platforms.It is highly recommended to use it with the 'Release Tool' plugin for a better experience~",
"zh_CN": "将思源笔记的文章发布到支持的平台的思源笔记挂件。强烈建议使用 [发布工具] 插件代替此挂件,体验更好~"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"i18n": [
"en_US",
"zh_CN"
],
"funding": {
"custom": [
"https://afdian.net/a/terwer"
]
}
}