From 37e885d63a679d29c1f5b83b25371ac94d7cfadd Mon Sep 17 00:00:00 2001 From: Frostime Date: Wed, 14 Jun 2023 16:00:59 +0800 Subject: [PATCH] Update plugin.json --- plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}