2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 05:47:17 +08:00
Files
panel/internal/plugins/toolbox/toolbox.go
2023-12-14 02:09:33 +08:00

14 lines
381 B
Go

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`
)