feat:优化插件显示

This commit is contained in:
SengokuCola
2026-05-05 00:39:24 +08:00
parent 4641fa1a15
commit caec568a24
5 changed files with 25 additions and 2 deletions

View File

@@ -82,6 +82,8 @@ export interface PluginInfo {
screenshots?: string[]
/** 更新日志 */
changelog?: string
/** 插件来源plugin-repo 市场或本地已安装插件 */
source?: 'market' | 'local'
}
/**