Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
af56c0e3755660f38251777b0d5b35fb328cec9e
Authored by
常守达
2026-07-15 16:36:29 +0800
1 parent
d38f891f
build: skipped
fix(today):替换图标
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
assets/images/common/ic_system_error.png
lib/app/modules/home/widgets/today/no_health_data_page.dart
assets/images/common/ic_system_error.png
0 → 100644
View file @
af56c0e
2.2 KB
lib/app/modules/home/widgets/today/no_health_data_page.dart
View file @
af56c0e
...
...
@@ -314,7 +314,7 @@ class _SystemIssueCard extends StatelessWidget {
children:
[
Center
(
child:
Image
(
image:
AssetImage
(
'assets/images/common/ic_
apple_health
.png'
),
image:
AssetImage
(
'assets/images/common/ic_
system_error
.png'
),
width:
56
,
height:
56
,
),
...
...
Please
register
or
login
to post a comment