實作前台 APP 呈現、APP 詳細頁面

This commit is contained in:
2025-09-10 00:27:26 +08:00
parent 900e33aefa
commit bc2104d374
17 changed files with 318 additions and 1565 deletions

View File

@@ -239,6 +239,7 @@ export interface UserRating {
user_id: string;
app_id: string;
rating: number;
comment?: string;
rated_at: string;
}