feat:增加跳转按钮

This commit is contained in:
jiangrui
2025-03-11 21:57:45 +08:00
parent e6171fb34c
commit dca0f1f0c1
8 changed files with 89 additions and 12 deletions

View File

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