This commit is contained in:
make
2025-05-03 00:42:21 +08:00
parent 65ac6d7652
commit 0cd2fdcdfe
41 changed files with 4932 additions and 646 deletions

View File

@@ -13,6 +13,9 @@ return [
// 默认应用
'default_app' => 'home',
// 默认应用类型 video/novel
'default_app_type' => env('DEFAULT_APP_TYPE', 'video'),
// 默认时区
'default_timezone' => 'Asia/Shanghai',