From 22f9f33a165d0411daa6dc8b4824cecd429b6ecf Mon Sep 17 00:00:00 2001 From: awei Date: Tue, 28 Jul 2026 12:07:05 +0800 Subject: [PATCH] =?UTF-8?q?docs(admin):=20README=20=E6=B8=AC=E8=A9=A6?= =?UTF-8?q?=E6=95=B8=E5=90=8C=E6=AD=A5=E7=82=BA=2026=20=E6=AA=94=20134=20t?= =?UTF-8?q?ests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2026-07-28 補上四個「做了沒勾」功能的測試後(PR #25),數字從 25 檔 123 tests 變成 26 檔 134 tests,README 沒同步。 Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 379cd52..c43ffdb 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ VITE_WS_BASE=wss://api.example.com 訂單詳情「乘客評分」卡(唯讀星等+評論;未評分整塊不顯示)。 串後端 `GET /api/admin/drivers` 的 `rating_avg`/`rating_count` 與 `GET /api/admin/rides/:id` 的 `rating`。 - **韌性/品質**:全域 Error Boundary、JWT `exp` 主動登出、統一錯誤處理層(`utils/apiError`,mutation+query 讀取失敗全域提示)、Skeleton 載入、WS 斷線重連。 -- **工程**:路由 code-splitting、Vitest(25 檔 123 tests)、CI(lint→test→build)、antd v6 deprecation 全清(靜態 message/Modal 改 `App.useApp()`)。 +- **工程**:路由 code-splitting、Vitest(**26 檔 134 tests**,2026-07-28)、CI(lint→test→build)、antd v6 deprecation 全清(靜態 message/Modal 改 `App.useApp()`)。 > **2026-07-16 加入的 N/O/P 需求已於 2026-07-22 補完**(PR #21), > 上方「已完成」有逐項記錄;本段先前寫「都還沒實作」是過期資訊,2026-07-27 修正。