From 8dca4c1cbf094ed2015a4da2cc18d8e9c3758eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 24 Mar 2024 17:12:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=AE=B1=E7=89=88=E6=9C=AC=E5=8F=B7=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/plugin_list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/plugin_list.go b/internal/plugin_list.go index b577424b..421c72aa 100644 --- a/internal/plugin_list.go +++ b/internal/plugin_list.go @@ -212,7 +212,7 @@ var PluginToolBox = PanelPlugin{ Version: "1.0.0", Requires: []string{}, Excludes: []string{}, - Install: `panel writePlugin toolbox 1.0`, + Install: `panel writePlugin toolbox 1.0.0`, Uninstall: `panel deletePlugin toolbox`, - Update: `panel writePlugin toolbox 1.0`, + Update: `panel writePlugin toolbox 1.0.0`, }