TuringToken/web/src
xiezhouwei 1e3ce2c0d2 feat: remove channel ID and username search fields from usage log filters 2026-06-23 14:11:36 +08:00
..
components feat: remove channel ID and username search fields from usage log filters 2026-06-23 14:11:36 +08:00
constants rename: 体验馆 → 体验 (menu, settings, i18n across 11 locales) 2026-06-21 18:26:24 +08:00
context Initial commit 2026-06-03 10:01:10 +08:00
contexts Initial commit 2026-06-03 10:01:10 +08:00
helpers fix: billing total display now consistently uses 2 decimals, floor 0.01 for tiny positive amounts\n\n- Previous 6-decimal fallback caused visual inconsistency with list (shows 0.01)\n- Now: raw>0 and toFixed(2)>0 -> normal 2-decimal display\n- Now: raw>0 but toFixed(2)==0 -> floor to 0.01 (minimum visible unit)\n- Matches list column display format, no more '= 0.000125' in detail 2026-06-23 11:49:21 +08:00
hooks feat: hide channel, user, and retry columns in usage log table by default\n\n- Set CHANNEL/USERNAME/RETRY default visibility to false for all users\n- Remove admin-only override logic (no longer differentiate by role)\n- Exclude these 3 columns from 'Select All' operation 2026-06-23 14:06:26 +08:00
i18n feat: add admin-controlled toggles for header theme/language display in system settings 2026-06-22 11:46:31 +08:00
pages refine: show only avatar circle on homepage hero when logged in, remove username text 2026-06-22 11:58:07 +08:00
services Initial commit 2026-06-03 10:01:10 +08:00
App.jsx feat: add in-app docs page with sidebar navigation and quickstart guide, replace /docs redirect with built-in page 2026-06-22 09:30:31 +08:00
index.css fix: 模型页面右侧列表被固定导航栏遮挡\n\n根因:PageLayout.jsx 第 325 行 <Header> 为 position: fixed; top: 0\n(h-14, 56px),在 /pricing 路径下也显示。但 models-page-layout\n使用 height: calc(100vh - 60px) 而非 padding-top 偏移,导致\n布局从视口顶部(y=0)开始,内容被固定头部遮盖。\n\n修改:\n- models-page-layout: padding: 56px 24px 0 + height: 100vh +\n box-sizing: border-box,使内容从固定头部下方开始\n- models-sidebar: 移除顶部 padding(padding: 0 16px 24px 0),\n 避免与外层 padding-top 叠加 2026-06-17 16:28:04 +08:00
index.jsx Initial commit 2026-06-03 10:01:10 +08:00