diff --git a/lib/page/home/widget/tip_widget.dart b/lib/page/home/widget/tip_widget.dart index 9bfd285..d3d85ff 100644 --- a/lib/page/home/widget/tip_widget.dart +++ b/lib/page/home/widget/tip_widget.dart @@ -4,10 +4,10 @@ class TipBox extends StatelessWidget { TipBox({super.key}); final List tips = [ - "Ensure good lighting", - "Keep the camera steady", - "Fill the frame with the skin area", - "Avoid shadows and glare", + "Use good lighting", + "Hold the camera steady", + "Make sure the skin fills the frame", + "Avoid shadows or glare", ]; @override diff --git a/lib/page/record/detail/widget/common_box.dart b/lib/page/record/detail/widget/common_box.dart index f702b7c..cecd512 100644 --- a/lib/page/record/detail/widget/common_box.dart +++ b/lib/page/record/detail/widget/common_box.dart @@ -76,7 +76,7 @@ class CardBox extends StatelessWidget { Container( margin: const EdgeInsets.only(bottom: 10), child: Text( - "Detected Signs:", + "Analysis:", style: Theme.of(context).textTheme.titleSmall, ), ), diff --git a/lib/page/record/detail/widget/success_box.dart b/lib/page/record/detail/widget/success_box.dart index e81c570..3e22536 100644 --- a/lib/page/record/detail/widget/success_box.dart +++ b/lib/page/record/detail/widget/success_box.dart @@ -28,7 +28,7 @@ class _SuccessBoxState extends State { color: Theme.of(context).colorScheme.success, icon: RemixIcons.check_fill, title: "Healthy Skin", - desc: "Your skin appears to be in good condition.", + desc: "Your skin looks healthy!", ), CardBox( child: Wrap( diff --git a/lib/page/record/detail/widget/warning_box.dart b/lib/page/record/detail/widget/warning_box.dart index eb5cff2..9d2bc55 100644 --- a/lib/page/record/detail/widget/warning_box.dart +++ b/lib/page/record/detail/widget/warning_box.dart @@ -55,14 +55,14 @@ class _WarningBoxState extends State { StatusBox( color: Theme.of(context).colorScheme.warning, icon: RemixIcons.error_warning_fill, - title: "Troubled Skin", + title: "Skin Alert: Needs Attention", desc: widget.data.concise ?? "", ), Container( width: double.infinity, margin: const EdgeInsets.only(top: 20), child: Text( - "Find out more:", + "What's Next", style: Theme.of(context).textTheme.titleSmall, ), ), diff --git a/lib/page/record/list/record_list_page.dart b/lib/page/record/list/record_list_page.dart index 267d495..92fd58b 100644 --- a/lib/page/record/list/record_list_page.dart +++ b/lib/page/record/list/record_list_page.dart @@ -18,7 +18,7 @@ class _RecordListPageState extends State with TickerProviderStat List tabList = [ TabItem(name: "All", value: 0), TabItem(name: "Healthy", value: 1), - TabItem(name: "Unhealthy", value: 2), + TabItem(name: "Issues", value: 2), ]; //列表