Show feedback reward details in account

This commit is contained in:
2569718930@qq.com
2026-06-08 16:25:32 +08:00
parent b0fec20370
commit 961c9bd37c
6 changed files with 518 additions and 3 deletions
+4
View File
@@ -197,6 +197,10 @@ export type UserFeedbackEntry = {
user_id?: string;
user_email?: string;
context?: Record<string, unknown>;
reward_points?: number;
reward_reason?: string;
rewarded_at?: string | null;
reward_status?: string;
created_at?: string;
updated_at?: string;
};