Conversation
Contributor
Web DemoAPK 下载 |
Riegusto
approved these changes
Sep 16, 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 的性质是?
🔗 相关 Issue
无关联 Issue。
💡 需求背景和解决方案
Flutter 官网主题控制器此前无法完整、可靠地将 Token 同步到 Flutter Web Demo;历史实时映射实现也未合入 develop,当前仅保留离线主题转换脚本。
本 PR:
TThemeData的映射;Spec:specs/044-site-theme-token-bridge
验证:Flutter 3.32.0 与 3.47.0 聚焦测试和严格 analyze 通过;站点生产构建、Flutter Web 子路径构建及 13 个调度器自测通过。浏览器端到端验证中,字体档位变化能够触发 Flutter Demo 语义树重建。
草稿阶段:待补充主题控制器与 Flutter Demo 联动截图或 GIF。
📝 更新日志
fix(site): 完善官网主题控制器对 Flutter Web Demo 色彩、字体、圆角、阴影和尺寸 Token 的同步
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单
type(<scope>?): 修改描述。示例:
fix(TBottomTabBar): 修复 iconText 模式底部溢出