This commit is contained in:
张成
2025-10-01 14:22:08 +08:00
parent ccdc220638
commit 22d8a34c7b
4 changed files with 88 additions and 59 deletions

View File

@@ -23,6 +23,7 @@ export interface CommentActivity {
title: string;
start_time: string;
location_name: string;
image?: string;
image_list?: string[];
};
reply_to_user: {