Merge branch 'Erotica' of gitee.com:xiyidaiwa/spark-store into Erotica

# Conflicts:
#	src/App.vue
This commit is contained in:
xiyidaiwa
2026-08-07 18:23:35 +08:00
5 changed files with 308 additions and 229 deletions
+2 -2
View File
@@ -226,7 +226,8 @@ export interface CategoryInfo {
zh: string;
origins?: string[];
origin?: "spark" | "apm";
[k: string]: unknown;
// 保留扩展点,避免使用宽泛的索引签名削弱类型安全
extra?: Record<string, unknown>;
}
export interface HomeLink {
@@ -238,7 +239,6 @@ export interface HomeLink {
imgUrl?: string;
type?: string;
origin?: "spark" | "apm";
[k: string]: unknown;
}
export interface SidebarEntry {