Commit Graph

5 Commits

Author SHA1 Message Date
xiezhouwei 648c9917ab fix: hide cache prices on model card, show only input and output prices 2026-06-23 11:15:24 +08:00
xiezhouwei a93c04ce28 fix: show all configured channel prices (output/cache/createCache) on model card surface, not just input 2026-06-23 11:09:12 +08:00
xiezhouwei 77b885b190 refactor: streamline model card to show only logo, name, description, and IO prices 2026-06-18 16:50:02 +08:00
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
xiezhouwei ccd7d1f4c2 Initial commit 2026-06-03 10:01:10 +08:00