generated from siyuan-note/widget-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget.json
30 lines (30 loc) · 859 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
{
"name": "sy-httpget-widget",
"author": "IAliceBobI",
"url": "https://github.com/IAliceBobI/sy-httpget-widget",
"version": "0.0.16",
"minAppVersion": "2.8.8",
"displayName": {
"default": "Http Get Widget",
"zh_CN": "Http Get 挂件"
},
"description": {
"default": "This widget can be seen as a button placed within the content. It can initiate a Get request to extend the functionality of SY with the help of backend services.",
"zh_CN": "此挂件可以看作是放在内容里的按钮。可以发起Get请求,配合后端服务对思源进行功能扩展。"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://afdian.net/a/playerv5"
]
},
"keywords": [
"Http Get"
]
}