This commit is contained in:
parent
777f31761c
commit
eaca7fc192
20 changed files with 469 additions and 1718 deletions
23
plugin.json
23
plugin.json
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue