From d543e6e810489dcc5ac7adb7c9397070b05c9008 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 13 Feb 2026 15:03:44 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A8=8D=E5=BE=AE=E8=AA=BF=E6=95=B4=20?= =?UTF-8?q?README.md=20=E7=B5=90=E5=B0=BE=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d471e..5e62d90 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,5 @@ docker compose down - **樣式**: 全面使用 Tailwind CSS,避免手寫 CSS。 - **多租戶**: - 中央邏輯 (Landlord) 與租戶邏輯 (Tenant) 分離。 - - 租戶路由定義於 `routes/tenant.php` (但在本專案架構中,大部分路由在 `web.php` 並透過 Middleware 判斷環境)。 \ No newline at end of file + - 租戶路由定義於 `routes/tenant.php` (但在本專案架構中,大部分路由在 `web.php` 並透過 Middleware 判斷環境)。 +