fix: 精简账户模型总览展示#32
Merged
Merged
Conversation
fc448fe to
cf9472c
Compare
cnYui
commented
Jun 13, 2026
cnYui
left a comment
Owner
Author
There was a problem hiding this comment.
客观 review 完成:范围已收敛到 Account 模型总览展示清理;已移除一次无关 AGENTS 上下文混入;后端字段、接口和真实计费逻辑未变;本地 npm test 与 GitHub validate 均通过。未发现阻断合并的问题。
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.
背景
账户页模型总览之前会展示计价回退信息和来源更新时间,例如“价格表回退,更新时间 ...”。用户希望前端删除这些提示内容,并保持其他逻辑不变。
改动
/shop/account/模型总览中的来源与更新时间提示。沿用 gpt-5.4等计价模型文案。source、checkedAt、priceModel、usesDefaultPrice字段和真实计费规则。验证
node --test --test-name-pattern "Account 前端读取模型总览" test/shop-flow.test.jsnpm test风险
低。改动仅影响 Account 页模型总览的展示 HTML 和缓存版本参数,不改 API、数据库或扣费逻辑。