fix(zer-660): 账号行内补齐旧站简洁模式高频操作 - #149
Merged
ZeroPointSix merged 1 commit intoAug 14, 2026
Merged
Conversation
- 行内新增「验证码」:调用 /api/emails/{email}/extract-verification,
结果弹窗展示验证码/验证链接并支持一键复制,可跳转邮箱页
- 行内新增「移组」下拉:快速移动单个账号分组
- 操作列宽度调整,提取中状态防重复点击
ZeroPointSix
force-pushed
the
fix/zer-660-account-inline-actions
branch
from
August 14, 2026 07:23
012258a to
01327f2
Compare
ZeroPointSix
merged commit Aug 14, 2026
65cde86
into
feat/ant-design-pro-frontend-migration
2 of 3 checks passed
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.
问题(ZER-660)
信息架构拆分为「账号表 + 邮箱页」后,账号表行内缺少旧站简洁模式的高频操作(验证码、移动分组等)。
实现(按拆分形态为最终方向补齐 parity)
/api/emails/{email}/extract-verification,弹窗展示验证码/验证链接,一键复制,可跳转邮箱页测试
Refs ZER-660(双模式 vs 拆分形态的产品决策仍待正式确认)