feat: AI Agent 处理器扩展 + 服药打卡确认链路 + AI 气泡配色微调 + 数据刷新 providers 抽离 + 多端页面细节调整
This commit is contained in:
@@ -178,7 +178,8 @@ void main() {
|
||||
);
|
||||
|
||||
expect(row, contains('AppModuleVisuals.exercise.icon'));
|
||||
expect(row, contains('color: AppColors.exerciseLight'));
|
||||
expect(row, contains('color: _phaseColor(phase).withValues(alpha: 0.10)'));
|
||||
expect(row, contains('color: _phaseColor(phase)'));
|
||||
expect(row, contains('left: 68'));
|
||||
expect(row, isNot(contains('width: 16')));
|
||||
final modules = File('lib/core/app_module_visuals.dart').readAsStringSync();
|
||||
|
||||
Reference in New Issue
Block a user