[FIX] 修正系統時區為 Asia/Taipei 並同步語系設定
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 42s

This commit is contained in:
2026-03-13 10:34:30 +08:00
parent bb5d212569
commit 3fbb7bc286

View File

@@ -70,7 +70,7 @@ return [
| |
*/ */
'timezone' => 'UTC', 'timezone' => env('APP_TIMEZONE', 'Asia/Taipei'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -83,7 +83,7 @@ return [
| |
*/ */
'locale' => 'zh_TW', 'locale' => env('APP_LOCALE', 'zh_TW'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------