generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
35 lines (35 loc) · 917 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
{
"name": "siyuan-access-controller",
"author": "kuangdongksk",
"url": "https://github.com/kuangdongksk/siyuan-access-controller.git",
"version": "0.1.2",
"minAppVersion": "3.0.17",
"backends": ["windows", "linux", "darwin", "ios", "android", "docker"],
"frontends": ["desktop", "browser-desktop", "desktop-window"],
"displayName": {
"default": "access-controller",
"zh_CN": "访问控制"
},
"description": {
"default": "This is a access-controller",
"zh_CN": "这是一个访问控制插件,纯前端实现"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "https://github.com/kuangdongksk",
"custom": ["https://ld246.com/sponsor"]
},
"keywords": [
"访问控制",
"密码",
"加密",
"access-controller",
"password",
"encryption"
]
}