實作個人收藏、個人活動紀錄
This commit is contained in:
@@ -128,6 +128,9 @@ export interface App {
|
||||
team_id?: string;
|
||||
category: string;
|
||||
type: string;
|
||||
icon?: string;
|
||||
icon_color?: string;
|
||||
app_url?: string;
|
||||
likes_count: number;
|
||||
views_count: number;
|
||||
rating: number;
|
||||
@@ -326,6 +329,9 @@ export interface AppStatistics {
|
||||
description?: string;
|
||||
category: string;
|
||||
type: string;
|
||||
icon?: string;
|
||||
icon_color?: string;
|
||||
app_url?: string;
|
||||
likes_count: number;
|
||||
views_count: number;
|
||||
rating: number;
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user