2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 16:21:03 +08:00

feat: 更新说明

This commit is contained in:
耗子
2024-08-25 02:12:25 +08:00
parent 6e9a4963af
commit b82bc21d1b
19 changed files with 57 additions and 201 deletions

View File

@@ -11,7 +11,7 @@ func All() []*types.Plugin {
return data
}
// New 新注册插件
func New(plugin *types.Plugin) {
// Register 注册插件
func Register(plugin *types.Plugin) {
data = append(data, plugin)
}