fix: 系统工具箱版本号错误

This commit is contained in:
耗子
2024-03-24 17:12:08 +08:00
parent a295eb9a65
commit 8dca4c1cbf
+2 -2
View File
@@ -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`,
}