背景
为统一 Timeflow 在 Android 端的品牌视觉,需要收口应用主图标、Adaptive Icon 前景资源和启动页图标,避免不同入口出现不一致的品牌素材。
本项工作最终由两个已合并的 PR 共同完成:
PR #407:刷新应用主图标与 Android 图标资源
PR #409:补齐启动页资源切换与 expo-splash-screen 配置
关联 PR
#407 chore(frontend): refresh app launch assets
#409 fix(frontend): refine bird icon assets
实现内容
- 更新 Timeflow 应用主图标资源
- 调整 Android
adaptiveIcon.backgroundColor
- 将
adaptiveIcon.foregroundImage 切换为新的 Timeflow 图标资源
- 替换相关 Android 图标素材,包括前景图、背景图、单色图和应用图标
- 移除
expo-notifications 中对旧 ./assets/icon.png 的显式绑定,使通知图标链路跟随当前应用图标资源
- 将 Expo 配置中的
expo.icon 切换到新的 Timeflow 图标资源
- 新增并启用
expo-splash-screen 配置
- 将启动页图片切换为
splash-bird.png
- 调整启动页背景色与展示效果,修复边缘白边与视觉突兀问题
- 补齐
expo-splash-screen 依赖与锁文件变更
最终结果
合并 PR #407 与 PR #409 后,Timeflow Android 侧以下品牌资源已完成统一:
- 应用主图标
- Adaptive Icon 前景资源
- 启动页图标与背景配置
- 默认通知图标资源链路对旧图标的显式依赖已移除
验证结论
- Expo 配置能够正常解析
- Android 相关图片资源已随 PR 一并提交
- 启动页资源切换完成
- 真机验证中,重启系统刷新缓存后,“Timeflow 提醒守护”通知已显示新的 Timeflow 图标
- 本次范围内无额外后续工作
验收标准
背景
为统一 Timeflow 在 Android 端的品牌视觉,需要收口应用主图标、Adaptive Icon 前景资源和启动页图标,避免不同入口出现不一致的品牌素材。
本项工作最终由两个已合并的 PR 共同完成:
PR #407:刷新应用主图标与 Android 图标资源PR #409:补齐启动页资源切换与expo-splash-screen配置关联 PR
#407chore(frontend): refresh app launch assets#409fix(frontend): refine bird icon assets实现内容
PR #407
adaptiveIcon.backgroundColoradaptiveIcon.foregroundImage切换为新的 Timeflow 图标资源expo-notifications中对旧./assets/icon.png的显式绑定,使通知图标链路跟随当前应用图标资源PR #409
expo.icon切换到新的 Timeflow 图标资源expo-splash-screen配置splash-bird.pngexpo-splash-screen依赖与锁文件变更最终结果
合并
PR #407与PR #409后,Timeflow Android 侧以下品牌资源已完成统一:验证结论
验收标准
expo.icon与android.adaptiveIcon.foregroundImage已切换到统一资源expo-notifications不再显式绑定旧icon.pngPR #407与PR #409已合并并共同完成本项工作