diff --git a/AGENTS.md b/AGENTS.md index 1029d47..90b80a7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,7 +31,7 @@ B 未過關前,不大寫業務後端。 - 新殼在 `apps/web`;不引入 MUI/Ant/Chakra。 - 不複製任天堂 / Nook UI;不用 emoji 當主 icon。 -- 字體:Inter + Taipei Sans TC。 +- 字體:Inter + Noto Sans TC(中文單一家族,可變字重 400–700)。 - mock | live 同一 repository 介面。 - 詳見 `docs/product/haixun-console/spec.md`。 diff --git a/apps/web/index.html b/apps/web/index.html index 848327f..09db9ca 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -27,11 +27,11 @@ } catch (e) {} })(); - + diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 7c857e9..8f3f77f 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -10,8 +10,7 @@ "dependencies": { "react": "^19.2.7", "react-dom": "^19.2.7", - "react-router-dom": "^7.18.1", - "taipei-sans-tc": "^0.1.1" + "react-router-dom": "^7.18.1" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", @@ -3120,12 +3119,6 @@ "dev": true, "license": "MIT" }, - "node_modules/taipei-sans-tc": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/taipei-sans-tc/-/taipei-sans-tc-0.1.1.tgz", - "integrity": "sha512-GCvdO+SATITfm128bT+fFmbpVW8+o0zLMVlNskSOk3CBghNzfqj4tvwTbIQ9vmvftd31s5UNypLA3aIw/IG6RQ==", - "license": "MIT" - }, "node_modules/tinybench": { "version": "2.9.0", "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", diff --git a/apps/web/package.json b/apps/web/package.json index 8d8b72b..2c35ed0 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -15,15 +15,14 @@ "dependencies": { "react": "^19.2.7", "react-dom": "^19.2.7", - "react-router-dom": "^7.18.1", - "taipei-sans-tc": "^0.1.1" + "react-router-dom": "^7.18.1" }, "devDependencies": { + "@testing-library/jest-dom": "^6.9.1", + "@testing-library/react": "^16.3.2", "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.3.2", "@vitejs/plugin-react": "^6.0.3", "jsdom": "^26.1.0", "oxlint": "^1.71.0", diff --git a/apps/web/src/components/layout/SidebarNav.tsx b/apps/web/src/components/layout/SidebarNav.tsx index fd59263..f2d6580 100644 --- a/apps/web/src/components/layout/SidebarNav.tsx +++ b/apps/web/src/components/layout/SidebarNav.tsx @@ -14,7 +14,7 @@ export function SidebarNav() { return (