feat(ui): 精简冗余提示文案 + 恢复默认按钮防换行 + 连接拓扑随窗口缩放#271
Merged
Conversation
- 移除提示文案:接管方式「怎么进」/分流策略「怎么分」/规则资源「资源经此处下载」+「自动更新」内联描述(保 InfoTooltip)/规则弹窗副标题(改 sr-only 保 a11y)/singbox 面板描述 - 例外清单「恢复默认」按钮加 shrink-0+whitespace-nowrap(长 hint 挤致换行修复),hint span min-w-0 可换行 - 连接拓扑容器加 min-w-0+overflow-hidden(修「随窗口放大但不缩小」) - 一并移除 5 个孤儿 i18n 键(全 5 语言;core-management/sub 同名 autoUpdateDesc 保留)
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.
一批 UI 文案精简 + 两处布局修复。基于当前 main。
移除冗余提示文案
sr-only(去可见、保 radix a11y)coreManagement/sub命名空间的同名autoUpdateDesc保留)布局修复
shrink-0 whitespace-nowrap、hintmin-w-0可换行min-w-0 overflow-hidden→ CDP 真机实测双向响应(vw 600↔1100 容器 357↔857 跟随)验证
tsc 0 · eslint 0 · jest 2895 passed / 37 snapshots · macOS 真机 CDP(文案移除确认 + 拓扑 resize 双向跟随)