更新样式

This commit is contained in:
wyf
2025-11-18 10:21:33 +08:00
parent a0172b394b
commit 0ebe7116f6
37 changed files with 325 additions and 161 deletions

View File

@@ -143,7 +143,7 @@ class _MinePageState extends State<MinePage> {
decoration: BoxDecoration(
shape: BoxShape.circle,
),
child: login == 1
/* child: login == 1
? (userInfoController.model.user!
.avatar ==
null ||
@@ -158,6 +158,24 @@ class _MinePageState extends State<MinePage> {
.model.user!.avatar!,
fit: BoxFit.cover,
))
: Image.asset(
"assets/img/avatar.png",
fit: BoxFit.cover,
), */
child: login == 1
? (userInfoController.model.user!
.avatar ==
null ||
userInfoController.model
.user!.avatar!.isEmpty
? Image.asset(
"assets/img/avatar.png",
fit: BoxFit.cover,
)
: Image.asset(
"assets/img/avatar.png",
fit: BoxFit.cover,
))
: Image.asset(
"assets/img/avatar.png",
fit: BoxFit.cover,
@@ -674,10 +692,12 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max,
children: [
Text(
'V1.0.2511.17',
'V1.0.2511.18',
style: TextStyle(
fontFamily: 'Inter',
color: Color(0xFFD9E3EB),
// color: Color(0xFFD9E3EB),
color: themeController
.currentColor.sc4,
fontSize: 26.rpx,
letterSpacing: 0.0,
),