2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

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

This commit is contained in:
耗子
2024-03-24 17:12:08 +08:00
parent a295eb9a65
commit 8dca4c1cbf

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`,
}