修改证书排序

修改插件
This commit is contained in:
v-me-50
2025-06-17 18:24:04 +08:00
parent 8e2e4918eb
commit b9f457e7ba
3 changed files with 19 additions and 7 deletions

View File

@@ -19,8 +19,9 @@ var (
)
type ActionInfo struct {
Name string `json:"name"`
Description string `json:"description"`
Name string `json:"name"`
Description string `json:"description"`
Params map[string]any `json:"params,omitempty"` // 可选参数
}
type PluginMetadata struct {