Commit Graph

20 Commits

Author SHA1 Message Date
wangxiaoji e93de2b103 首页新增联系我们模块:邮箱联系、在线客服、商务合作 2026-07-28 09:57:30 +08:00
wangxiaoji 2bbdae1bf5 首页定价预览改为实际模型:DeepSeek-V4/Flash + MiniMax-M2.1/M2.5 2026-07-28 09:46:38 +08:00
wangxiaoji 5a68d88fa9 定价页重构:SiliconFlow风格卡片布局 + 炫酷动画效果
- 移除侧边栏,改为全宽布局,顶部Hero区域(渐变标题+搜索框+热门标签)
- 新增横向筛选pill按钮(模型类型/供应商/服务商)
- 卡片网格3列响应式布局,悬停发光+上浮+微缩放效果
- 新增浮动粒子背景、卡片入场逐个动画、搜索框光晕脉冲
- 新增流光扫过效果、价格数字脉冲发光
- 新增DeepSeek-V4/MiniMax模型默认倍率
- 更新setup.ps1支持DeepSeek+Minimax双供应商配置
2026-07-28 09:29:57 +08:00
wangxiaoji 8df9865ff5 隐藏多语言切换功能并固定默认语言为简体中文 2026-07-20 15:17:04 +08:00
wangxiaoji 8e8f19fc10 将控制台页面和首页底部的 TokenFactory 改为从 getSystemName() 动态读取,统一品牌名称为 TuringToken 2026-06-29 17:21:31 +08:00
xiezhouwei a7759c5767 refine: show only avatar circle on homepage hero when logged in, remove username text 2026-06-22 11:58:07 +08:00
xiezhouwei c44cebeb18 fix: apply admin theme/language toggle to homepage hero section as well 2026-06-22 11:53:12 +08:00
xiezhouwei 7d30717cd1 fix: unify homepage hero button styles - rounded login button, console-style user avatar with dynamic color 2026-06-22 11:27:28 +08:00
xiezhouwei 4f85cad331 fix: show user info on homepage hero when logged in instead of always showing login button 2026-06-22 10:59:30 +08:00
xiezhouwei 64a4a68a6f 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
xiezhouwei dfa7ccbd97 Revert "fix: remove '文档' nav link from homepage hero section"
This reverts commit 4429de2448.
2026-06-22 09:23:57 +08:00
xiezhouwei 4429de2448 fix: remove '文档' nav link from homepage hero section 2026-06-22 09:21:09 +08:00
xiezhouwei 6a880c08ba fix: add /docs redirect middleware to forward docs paths to configured docs_link 2026-06-22 09:16:31 +08:00
xiezhouwei 9f47782442 fix: homepage '文档' nav link now uses dynamic same-origin docs URL instead of hardcoded docs.new-api.cc 2026-06-22 09:09:02 +08:00
xiezhouwei 59cc502e6e fix: homepage '开始使用' button now links to API Key (/console/token) instead of register 2026-06-21 19:00:13 +08:00
xiezhouwei 4f8cde37d8 refactor: replace api.tokendance.space with api.turingtoken.ai on homepage 2026-06-21 16:40:30 +08:00
xiezhouwei 6eec903060 refactor: remove about link and GitHub display from homepage DarkFooter 2026-06-21 16:37:23 +08:00
xiezhouwei 5fa5f87e1e fix: 补全主页独立导航栏顺序 - 模型→评测→文档→控制台
Home/index.jsx 第 153 行有自己的固定导航栏(fixed top-0 z-50),
完全独立于 HeaderBar 组件。其导航项数组仍是旧顺序
模型→控制台→评测→文档,现调整为:模型→评测→文档→控制台。

至此三处导航栏全部修正:
1. useNavigation.js(桌面 HeaderBar 导航)
2. MobileSiteNavDropdown.jsx(移动端下拉导航)
3. Home/index.jsx(主页独立固定导航栏)
2026-06-17 14:08:02 +08:00
xiezhouwei e00999b88c fix: 首页导航栏样式对齐 tokendance.space + 主题切换修复
- 首页导航字体/样式对齐 tokendance.space(text-[14px]、gap-1.5、SVG 图标)
- 全局 Navigation.jsx 和 MobileSiteNavDropdown.jsx 添加 SVG 图标
- 首页 HeroSection header 固定定位(sticky→fixed),导航链接靠右
- PageLayout 首页时隐藏全局 HeaderBar,避免导航重叠/文字不清
- 修复 HomeThemeToggle 主题切换失效(使用正确的 localStorage key 和 DOM 操作)
- 首页文字 TokenFactory→TuringToken,logo 靠左对齐
- i18n 多语言文件同步更新
2026-06-17 10:23:39 +08:00
xiezhouwei ccd7d1f4c2 Initial commit 2026-06-03 10:01:10 +08:00