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

feat: 测试插件

This commit is contained in:
耗子
2024-09-18 02:25:24 +08:00
parent 3193a15131
commit 615744e0cf
11 changed files with 646 additions and 272 deletions

View File

@@ -4,6 +4,7 @@ import "github.com/go-chi/chi/v5"
// Plugin 插件元数据结构
type Plugin struct {
Order int `json:"-"` // 排序
Slug string `json:"slug"` // 插件标识
Name string `json:"name"` // 插件名称
Description string `json:"description"` // 插件描述