fix(backend): 修复插件列表接口新增字段导致的类型错误

This commit is contained in:
时瑾
2026-02-07 13:38:53 +08:00
parent f3156b1843
commit 8f69e2424a

View File

@@ -75,6 +75,8 @@ export const GetPluginListHandler: RequestHandler = async (_req, res) => {
status: string;
hasConfig: boolean;
hasPages: boolean;
homepage?: string;
repository?: string;
}> = new Array();
// 收集所有插件的扩展页面