fix(invite): clarify reward copy - #401
Merged
huyanxius merged 2 commits intoAug 18, 2026
Merged
Conversation
The existing text mixed registration benefits with invite rewards. State the shared 200-point reward and daily rewarded-invite limit. Both invite surfaces now use concise subject-neutral wording.
Visible-copy tests still expected the ambiguous reward wording. Assert the shared reward and daily rewarded-invite limit. Future copy regressions now fail on both invitation surfaces.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
已核对账号中心邀请页与工作台邀请提示两处文案及对应断言。新文案与 #398 指定口径一致,移除了注册总福利和第二人称歧义;两处展示保持一致,且与当前双方各 200 积分、邀请人每日前三次获奖的实现契约相符。
验证通过:npm test -- src/app/layout/app-header.test.tsx src/pages/invite/index.test.tsx(2 个文件、34 项测试)、四个变更文件的 format:check 与 lint。未发现需要修改的正确性或回归问题。
xiaocheny214
approved these changes
Aug 18, 2026
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.
本 PR 统一账号中心与工作台气泡的邀请奖励文案,去除注册总福利和第二人称表达带来的歧义。
Why
原文案把好友注册福利与邀请奖励混在一起,
你每日前 3 位各得 200 积分的主语和“各得”搭配也不自然,容易让用户误解实际奖励规则。Changes
Verification
npm test -- src/app/layout/app-header.test.tsx src/pages/invite/index.test.tsx:2 个文件、34 项测试通过。npm run format:check -- <4 touched files>:通过。npm run lint -- <4 touched files>:通过。Scope
Related Issues
Closes #398
Refs #362