营养数据计算优化;人脸增加数据处理;其它优化;

This commit is contained in:
2025-12-25 18:57:26 +08:00
parent f080a8b73c
commit dfb734e25d
29 changed files with 1350 additions and 64 deletions
@@ -39,7 +39,7 @@
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginHorizontal="64dp"
android:inputType="text"
android:inputType="textVisiblePassword"
android:background="@drawable/setting_border_gray3"
android:hint="输入消费码"
android:textColorHint="#ffc4cfda"
@@ -48,6 +48,7 @@
android:textSize="36sp"
android:gravity="center"
android:maxLines="1"
android:text=""
android:paddingHorizontal="50dp"
android:textStyle="bold"
tools:ignore="Autofill,HardcodedText,LabelFor,TextFields" />