Initial Upload
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled

This commit is contained in:
MassiveBox 2025-03-31 19:14:17 +02:00
parent 777f31761c
commit eaca7fc192
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
20 changed files with 469 additions and 1718 deletions

View file

@ -1,8 +1,8 @@
{
"name": "plugin-sample-vite-svelte",
"author": "frostime",
"url": "https://github.com/siyuan-note/plugin-sample-vite-svelte",
"version": "0.3.6",
"name": "siyuan-jsdraw-plugin",
"author": "massivebox",
"url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
"version": "0.1.0",
"minAppVersion": "3.0.12",
"backends": [
"windows",
@ -21,16 +21,13 @@
"desktop-window"
],
"displayName": {
"en_US": "Plugin sample with vite and svelte",
"zh_CN": "插件样例 vite + svelte 版"
"en_US": "JS-Draw Whiteboard"
},
"description": {
"en_US": "SiYuan plugin sample with vite and svelte",
"zh_CN": "使用 vite 和 svelte 开发的思源插件样例"
"en_US": "Include a whiteboard for freehand drawing anywhere in your documents."
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
"en_US": "README.md"
},
"funding": {
"custom": [
@ -39,7 +36,9 @@
},
"keywords": [
"plugin",
"sample",
"插件样例"
"drawing",
"freehand",
"tablet",
"whiteboard"
]
}