mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 14:57:16 +08:00
feat: 测试插件
This commit is contained in:
@@ -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"` // 插件描述
|
||||
|
||||
Reference in New Issue
Block a user