mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
fix: 系统工具箱版本号错误
This commit is contained in:
@@ -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`,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user