首页增加短剧推荐

This commit is contained in:
mtvpls
2025-12-18 21:36:31 +08:00
parent 6f780d66fe
commit 0ae5923b4b
12 changed files with 497 additions and 1 deletions
+5
View File
@@ -91,6 +91,11 @@ export interface IStorage {
// 数据清理相关
clearAllData(): Promise<void>;
// 通用键值存储
getGlobalValue(key: string): Promise<string | null>;
setGlobalValue(key: string, value: string): Promise<void>;
deleteGlobalValue(key: string): Promise<void>;
}
// 搜索结果数据结构