feat: 发布1.0.0.106

This commit is contained in:
2026-01-26 00:26:27 -08:00
parent e7b8eaf8ab
commit 8b67d1f6b1
6 changed files with 14 additions and 11 deletions
@@ -235,11 +235,7 @@ class HIUserInfoView extends GetView<HIUserInfoController> {
),
// 👇 核心改动 3: 将固定在底部的按钮放在 Expanded 外部
Obx(() {
if ((KRAppRunData.getInstance().kr_account.value != null &&
KRAppRunData.getInstance()
.kr_account
.value!
.startsWith('9000'))) return SizedBox.shrink();
if ((KRAppRunData.getInstance().isDeviceLogin())) return SizedBox.shrink();
return Padding(
padding: EdgeInsets.symmetric(horizontal: 40.w),
child: Column(