First commit
Some checks failed
Build on Push and create Release on Tag / build (push) Failing after 28s

This commit is contained in:
MassiveBox 2025-09-19 21:18:06 +02:00
parent 04f54e248a
commit c69eaca7e9
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
21 changed files with 1147 additions and 1805 deletions

View file

@ -1,10 +1,9 @@
{
"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,
"name": "syspell",
"author": "massivebox",
"url": "https://git.massive.box/massivebox/syspell",
"version": "0.1.0",
"minAppVersion": "3.0.12",
"backends": [
"windows",
"linux",
@ -22,25 +21,25 @@
"desktop-window"
],
"displayName": {
"en_US": "Plugin sample with vite and svelte",
"zh_CN": "插件样例 vite + svelte 版"
"en_US": "SySpell - Grammar and Spell Checker"
},
"description": {
"en_US": "SiYuan plugin sample with vite and svelte",
"zh_CN": "使用 vite 和 svelte 开发的思源插件样例"
"en_US": "A fully featured grammar checker for SiYuan, like Grammarly or LanguageTool. Supports multiple languages and custom dictionaries. Completely free and open source."
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
"en_US": "README.md"
},
"funding": {
"custom": [
""
"https://s.massive.box/siyuan-plugin-donate"
]
},
"keywords": [
"plugin",
"sample",
"插件样例"
"spelling",
"grammar",
"languagetool",
"grammarly",
"correction"
]
}