From 9a54105061c117dceb8dfe70c0770d0d6ad7a30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Wed, 24 Sep 2025 16:50:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=90=9C?= =?UTF-8?q?=E5=B0=8B=E6=AC=84=E4=BD=8D=E5=85=A7=E7=9A=84=E6=A9=A2=E5=9C=93?= =?UTF-8?q?=E5=BD=A2=E6=9F=A5=E8=A9=A2=E6=95=B8=E9=87=8F=E9=A1=AF=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除搜尋框內重複的查詢結果數量顯示 - 保留清除搜尋按鈕功能 - 統一在搜尋控制下方顯示詞卡統計信息 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/app/flashcards/page.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/app/flashcards/page.tsx b/frontend/app/flashcards/page.tsx index 694f064..01a5961 100644 --- a/frontend/app/flashcards/page.tsx +++ b/frontend/app/flashcards/page.tsx @@ -246,11 +246,6 @@ function FlashcardsContent() { )} - {searchState.cacheHit && ( - - 快取 - - )} {/* Search Results */} @@ -372,10 +367,7 @@ function SearchControls({ searchState, searchActions, showAdvancedSearch, setSho {(searchState.filters.search || (searchState as any).hasActiveFilters) && ( -
- - {searchState.pagination.totalCount} 結果 - +