feat : kitchen

This commit is contained in:
2025-07-23 15:28:06 +08:00
parent 50fa24269d
commit b108151165
4 changed files with 7 additions and 2 deletions

View File

@@ -29,4 +29,6 @@ return [
'api_url' => env('DEFAULT_API_URL','http://127.0.0.1:9501'),
// upload_dir
'upload_dir' => BASE_PATH.'/uploads/',
// 默认的厨房 id
'default_kitchen_id' => env('DEFAULT_KITCHEN_ID',''),
];