Initial commit

This commit is contained in:
MassiveBox 2025-09-19 19:16:32 +00:00
commit 04f54e248a
42 changed files with 4538 additions and 0 deletions

46
plugin.json Normal file
View file

@ -0,0 +1,46 @@
{
"name": "plugin-sample-vite-svelte",
"author": "frostime",
"url": "https://github.com/siyuan-note/plugin-sample-vite-svelte",
"version": "0.4.1",
"minAppVersion": "3.2.1",
"disabledInPublish": true,
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"harmony",
"docker"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"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": [
""
]
},
"keywords": [
"plugin",
"sample",
"插件样例"
]
}