更新部分显示样式

This commit is contained in:
wyf
2025-12-09 15:47:05 +08:00
parent 5e63f2dfdc
commit e7c51bea52
15 changed files with 223 additions and 122 deletions

View File

@@ -187,8 +187,21 @@ class _MinePageState extends State<MinePage> {
Text(
limitText(
login == 1
? userInfoController
.model.user?.nick_name
? (userInfoController
.model
.user
?.nick_name ==
null ||
userInfoController
.model
.user
?.nick_name ==
""
? '未命名'.tr
: userInfoController
.model
.user
?.nick_name)
: '未命名'.tr,
AppConstants()
.text_length, // 这里设置最大长度,按你需求改,比如 6~10 字符
@@ -259,7 +272,7 @@ class _MinePageState extends State<MinePage> {
style: TextStyle(
fontFamily: 'Inter',
color: themeController
.currentColor.sc3,
.currentColor.sc2,
fontSize: AppConstants()
.normal_text_fontSize,
letterSpacing: 0.0,
@@ -690,7 +703,7 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max,
children: [
Text(
'V1.0.2512.08',
'V1.0.2512.09',
style: TextStyle(
fontFamily: 'Inter',
// color: Color(0xFFD9E3EB),