實作管理者用戶管理、邀請註冊功能
This commit is contained in:
@@ -14,7 +14,7 @@ export interface User {
|
||||
join_date: string;
|
||||
total_likes: number;
|
||||
total_views: number;
|
||||
is_active: boolean;
|
||||
status: 'active' | 'inactive' | 'invited';
|
||||
last_login?: string;
|
||||
phone?: string;
|
||||
location?: string;
|
||||
@@ -34,7 +34,7 @@ export interface UserProfile {
|
||||
join_date: string;
|
||||
total_likes: number;
|
||||
total_views: number;
|
||||
is_active: boolean;
|
||||
status: 'active' | 'inactive' | 'invited';
|
||||
last_login?: string;
|
||||
phone?: string;
|
||||
location?: string;
|
||||
|
Reference in New Issue
Block a user