fix(ActionSheet): 对齐官方视觉基线并补齐示例 Demo 矩阵 - #1030
Open
RSS1102 wants to merge 1 commit into
Open
Conversation
Contributor
Web DemoAPK 下载 |
Open
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 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
ActionSheet 当前 Demo 以自定义业务场景取代了官方小程序的公开示例矩阵,且列表描述项高度、描述色与宫格分页点颜色存在可见差异。本次以
tdesign-miniprogramActionSheet Demo 为基线做视觉与示例对齐:78调整为84,对齐官方视觉规范(无描述项仍为56)。textColorPlaceholder(替换原先textColorSecondary/textDisabledColor)。textDisabledColor(替换原先bgColorSecondaryContainerActive)。showGroup公开能力保留,仅删除示例入口);同步自动生成example/assets/code/action_sheet.*.txt代码片段。specs/009-action-sheet-official-alignment/)。📝 更新日志
fix(ActionSheet): 带描述列表项高度由 78 对齐为 84,匹配官方视觉规范
fix(ActionSheet): 修正面板/列表项描述文字颜色与宫格分页点非当前页颜色
feat(ActionSheet): 示例页补齐官方 9 个公开 Demo 场景,移除无官方依据的分组示例
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单
type(<scope>?): 修改描述。示例:
fix(TBottomTabBar): 修复 iconText 模式底部溢出验证结果与风险说明(基于分支内
specs/009-action-sheet-official-alignment/acceptance.md与测试真实内容):action_sheetWidget 测试 41 条 PASS;flutter analyze --fatal-infosPASS(0 issues);生产源码行覆盖率 98.20%(LH=437/LF=445);示例页测试 3 条 PASS(9 场景入口、常规宫格交互与视觉快照);dart run tool/generate_example_code.dart生成 9 个片段并移除 3 个旧片段 PASS。action_sheet测试 41 条 PASS;示例页矩阵/交互测试 PASS;flutter analyze --fatal-infosPASS(0 issues)。golden 固定由最低支持版本 3.32.0 生成,latest 图标抗锯齿存在约 1.22% 像素差异(预期内,非回归)。变更均为视觉与示例层面,无公开 API 变更、无 breaking change,对
flutter@3.32.0与flutter@latest双版本兼容。