From 5bfb9fceb6a37b4d576b20fb4b013b3988311cb9 Mon Sep 17 00:00:00 2001 From: Frostime Date: Sat, 18 Oct 2025 21:37:24 +0800 Subject: [PATCH] Update plugin.json for localization and funding close #41 --- plugin.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/plugin.json b/plugin.json index f804990..160641b 100644 --- a/plugin.json +++ b/plugin.json @@ -21,26 +21,29 @@ "browser-mobile", "desktop-window" ], + "disabledInPublish": false, "displayName": { - "en_US": "Plugin sample with vite and svelte", + "default": "Plugin sample with vite and svelte", "zh_CN": "插件样例 vite + svelte 版" }, "description": { - "en_US": "SiYuan plugin sample with vite and svelte", + "default": "SiYuan plugin sample with vite and svelte", "zh_CN": "使用 vite 和 svelte 开发的思源插件样例" }, "readme": { - "en_US": "README.md", + "default": "README.md", "zh_CN": "README_zh_CN.md" }, "funding": { + "openCollective": "", + "patreon": "", + "github": "", "custom": [ - "" + "https://ld246.com/sponsor" ] }, "keywords": [ - "plugin", "sample", - "插件样例" + "示例" ] }