feat(website): link homepage model strip to model details - #1243
Draft
ppapsmoken wants to merge 1 commit into
Draft
ppapsmoken wants to merge 1 commit into
ppapsmoken wants to merge 1 commit into
Conversation
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
首页第二屏的滚动模型名称目前无法点击,用户难以从首页进入模型详情。现有组件以静态
div渲染,且滚动列表未收录当前主推的六个模型。本改动保留原来的滚动条视觉样式,将每项改为对应语言的模型详情链接,并加入 GLM-5.3、MiniMax H3、GPT-5.6 Sol、GLM-5.2、GPT-6 Astra、DeepSeek V3.1。滚动在鼠标悬停时暂停,键盘聚焦时可操作;同时调整首页横向留白和模型间距。
影响仅限官网首页展示与导航,无后端或数据库变更。潜在风险是滚动项的点击目标错误;已在本地预览核对各模型链接,并点击 GPT-5.6 Sol 验证跳转。
验证:官网 TypeScript 检查通过;ESLint 0 错误(26 条现有图片标签警告);Next.js webpack 生产构建通过。本地预览为 http://localhost:4005/zh。上线前在测试站点复核首页和模型详情跳转。