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

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

@@ -24,7 +24,7 @@ export async function GET(request: NextRequest) {
})
// 獲取應用統計
const stats = await appService.getAppStats()
const stats = await appService.getDashboardStats()
return NextResponse.json({
success: true,