mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 16:47:14 +08:00
fix: tests
This commit is contained in:
13
app/plugins/toolbox/toolbox.go
Normal file
13
app/plugins/toolbox/toolbox.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package toolbox
|
||||
|
||||
var (
|
||||
Name = "系统工具箱"
|
||||
Description = "可视化调整一些常用的配置项,如 DNS、SWAP、时区 等"
|
||||
Slug = "toolbox"
|
||||
Version = "1.0"
|
||||
Requires = []string{}
|
||||
Excludes = []string{}
|
||||
Install = `panel writePlugin toolbox 1.0`
|
||||
Uninstall = `panel deletePlugin toolbox`
|
||||
Update = `panel writePlugin toolbox 1.0`
|
||||
)
|
||||
Reference in New Issue
Block a user