TuringToken/web/src
xiezhouwei 07a6e29c1e fix: allow vendor_id=0 to be passed as model_type in experience button jump 2026-06-21 16:47:42 +08:00
..
components fix: allow vendor_id=0 to be passed as model_type in experience button jump 2026-06-21 16:47:42 +08:00
constants fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +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: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
hooks feat: 调整首页导航栏顺序为 模型→评测→文档→控制台 2026-06-17 14:00:16 +08:00
i18n fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
pages refactor: replace api.tokendance.space with api.turingtoken.ai on homepage 2026-06-21 16:40:30 +08:00
services Initial commit 2026-06-03 10:01:10 +08:00
App.jsx fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +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