fix:优化搜索逻辑

This commit is contained in:
jiangrui
2025-03-07 23:21:24 +08:00
parent a04f16bfa4
commit eedd68d137
6 changed files with 62 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ export interface ResourceItem {
pubDate: string;
cloudType: string;
messageId?: string;
isLastMessage?: boolean;
}
export interface Resource {