[fix] errors with default empty steam users + loading process

This commit is contained in:
Purp1e
2025-03-23 02:27:21 +08:00
parent 2247640dc1
commit 7e2e556485
8 changed files with 27 additions and 30 deletions

View File

@@ -11,6 +11,7 @@
"next-build": "next build",
"tauri": "tauri",
"build": "tauri build",
"build-fast": "tauri build -b nsis -- --profile dev",
"dev": "tauri dev",
"lint": "next lint",
"fix": "next lint --fix"
@@ -36,7 +37,6 @@
"@types/throttle-debounce": "^5.0.2",
"ahooks": "^3.8.4",
"framer-motion": "^12.5.0",
"jotai": "^2.12.2",
"next": "15.2.2",
"next-themes": "^0.4.6",
"react": "^19.0.0",