Merge branch 'light_v3'

This commit is contained in:
张成
2025-10-01 14:31:56 +08:00
6 changed files with 334 additions and 84 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: {