siyuan-jsdraw-plugin/plugin.json
2023-10-28 18:22:56 +08:00

36 lines
792 B
JSON

{
"name": "plugin-sample-vite-svelte",
"author": "frostime",
"url": "https://github.com/siyuan-note/plugin-sample-vite-svelte",
"version": "0.2.6",
"minAppVersion": "2.10.12",
"backends": [
"windows",
"linux",
"darwin"
],
"frontends": [
"desktop",
"desktop-window"
],
"displayName": {
"en_US": "Plugin sample with vite and svelte",
"zh_CN": "插件样例 vite + svelte 版"
},
"description": {
"en_US": "SiYuan plugin sample with vite and svelte",
"zh_CN": "使用 vite 和 svelte 开发的思源插件样例"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://afdian.net/a/frostime"
]
},
"keywords": [
"plugin", "sample", "插件样例"
]
}