TuringToken/web
xiezhouwei 61b0d902b6 refactor: 模型页面布局调整为左右结构(类 tokendance.models)
新增:
- ModelsSidebar.jsx 左侧筛选面板(作者/服务商/输入模态/供应商)
- ModelsContent.jsx 右侧内容区(全部/文本/图像/音频/视频 Tab + 搜索)
- index.css models-* 样式类

修改:
- PricingPage.jsx 布局改为 flex 左右结构替代 Semi UI Layout
- PricingCardView.jsx 新增 gridCols 参数支持 2 列网格布局
  当 gridCols=2 时:grid gap-4 + 卡片 !w-full

布局: 左 280px 筛选栏 + 右自适应内容区
Tab: 全部/文本/图像/音频/视频 (映射到 filterEndpointType)
卡片: 每行 2 个模型卡片
2026-06-17 14:33:53 +08:00
..
public Initial commit 2026-06-03 10:01:10 +08:00
src refactor: 模型页面布局调整为左右结构(类 tokendance.models) 2026-06-17 14:33:53 +08:00
.eslintrc.cjs Initial commit 2026-06-03 10:01:10 +08:00
.gitignore Initial commit 2026-06-03 10:01:10 +08:00
.prettierrc.mjs Initial commit 2026-06-03 10:01:10 +08:00
bun.lock Initial commit 2026-06-03 10:01:10 +08:00
i18next.config.js Initial commit 2026-06-03 10:01:10 +08:00
index.html fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
jsconfig.json Initial commit 2026-06-03 10:01:10 +08:00
package.json fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
pnpm-lock.yaml fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
pnpm-workspace.yaml fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
postcss.config.js Initial commit 2026-06-03 10:01:10 +08:00
tailwind.config.js fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复 2026-06-17 10:23:39 +08:00
vercel.json Initial commit 2026-06-03 10:01:10 +08:00
vite.config.js.timestamp-1775640150570-3760be0bbdc73.mjs Initial commit 2026-06-03 10:01:10 +08:00