From 2759bb4c13d39ee752f5b96de2ce8bfc09d65f67 Mon Sep 17 00:00:00 2001 From: frostime Date: Sat, 3 Jun 2023 15:51:29 +0800 Subject: [PATCH] plugin.json --- plugin.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.json b/plugin.json index 37acc2b..311de7b 100644 --- a/plugin.json +++ b/plugin.json @@ -4,6 +4,8 @@ "url": "https://github.com/siyuan-note/plugin-sample-vite-svelte", "version": "0.1.3", "minAppVersion": "2.9.0", + "backends": ["windows", "linux", "darwin"], + "frontends": ["desktop"], "displayName": { "en_US": "Plugin sample with vite and svelte", "zh_CN": "插件样例 vite + svelte 版"