feat:优化webui多个页面的人机交互,修复插件地址问题,放宽插件id限制,增加高级页面缩进,统计页面快捷按钮,优化新手引导

This commit is contained in:
SengokuCola
2026-05-04 12:46:55 +08:00
parent 75665a4d38
commit 75e9453495
29 changed files with 1101 additions and 831 deletions

View File

@@ -36,6 +36,13 @@ export interface PluginManifest {
homepage_url?: string
/** 插件仓库地址(可选) */
repository_url?: string
/** Manifest v2 URL 集合(可选) */
urls?: {
repository?: string
homepage?: string
documentation?: string
issues?: string
}
/** 插件关键词 */
keywords: string[]
/** 插件分类(可选) */