實作個人收藏、個人活動紀錄

This commit is contained in:
2025-09-11 17:40:07 +08:00
parent bc2104d374
commit 9c5dceb001
29 changed files with 3781 additions and 601 deletions

View File

@@ -903,8 +903,8 @@ export function UserManagement() {
<TableCell className="text-sm text-gray-600">{user.lastLogin || "-"}</TableCell>
<TableCell>
<div className="text-sm">
<p>{user.totalApps} </p>
<p className="text-gray-500">{user.totalReviews} </p>
<p>{user.appCount || 0} </p>
<p className="text-gray-500">{user.reviewCount || 0} </p>
</div>
</TableCell>
<TableCell>