diff --git a/plugin.json b/plugin.json index 224f731..cc9fcb6 100644 --- a/plugin.json +++ b/plugin.json @@ -4,8 +4,8 @@ "url": "https://github.com/siyuan-note/plugin-sample-vite-svelte", "version": "0.1.4", "minAppVersion": "2.9.0", - "backends": ["windows", "linux", "darwin"], - "frontends": ["desktop"], + "backends": ["all"], + "frontends": ["all"], "displayName": { "en_US": "Plugin sample with vite and svelte", "zh_CN": "插件样例 vite + svelte 版" @@ -23,4 +23,4 @@ "https://afdian.net/a/frostime" ] } -} \ No newline at end of file +}