[FIX] 解決手機重複登入日誌問題並新增裝置詳細資訊偵測
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 59s

This commit is contained in:
2026-03-13 10:21:43 +08:00
parent 6fab048461
commit bb5d212569
7 changed files with 277 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"jenssegers/agent": "^2.6",
"laravel/framework": "^12.0",
"laravel/sanctum": "^4.3",
"laravel/tinker": "^2.10.1"
@@ -67,4 +68,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}