fix issue 210 slow source search reliability

This commit is contained in:
kuekhaoyang
2026-07-13 21:09:47 +08:00
parent 2ae0a03366
commit 66d8564dd2
14 changed files with 364 additions and 140 deletions
+1
View File
@@ -51,6 +51,7 @@ export interface SourceBadge {
id: string;
name: string;
count: number;
baseUrl?: string;
typeName?: string;
}