fix 插件过滤 & 标签

This commit is contained in:
jxxghp
2024-04-28 13:40:49 +08:00
parent f7502d0d18
commit c1bb66cc9d
4 changed files with 141 additions and 13 deletions

View File

@@ -407,6 +407,8 @@ export interface Plugin {
plugin_desc?: string
// 插件图标
plugin_icon?: string
// 插件标签,多个以,分隔
plugin_label?: string
// 插件版本
plugin_version?: string
// 插件作者