更新消息设置

This commit is contained in:
wyf
2025-12-05 17:37:01 +08:00
parent 1cc26aa46d
commit db51c42664
44 changed files with 7510 additions and 1059 deletions

View File

@@ -208,17 +208,17 @@ class _MinePageState extends State<MinePage> {
final user =
userInfoController
.model.user!;
if (user.email != null &&
user.email!
.isNotEmpty) {
return user.email!;
} else if (user.phone !=
null &&
if (user.phone != null &&
user.phone!
.isNotEmpty) {
return MyUtils
.hidePhoneNumber(
user.phone!);
} else if (user.email !=
null &&
user.email!
.isNotEmpty) {
return user.email!;
} else {
return "微信用户".tr;
}
@@ -690,7 +690,7 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max,
children: [
Text(
'V1.0.2511.21',
'V1.0.2512.03',
style: TextStyle(
fontFamily: 'Inter',
// color: Color(0xFFD9E3EB),