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
@@ -77,7 +77,7 @@ class KRInviteView extends GetView<KRInviteController> {
),
),
SizedBox(height: 26.w),
SizedBox(height: 10.w),
// 🟢 第二行:我的邀请码
Container(
padding: EdgeInsets.symmetric(horizontal: 4.w, vertical: 2.w),
@@ -166,7 +166,7 @@ class KRInviteView extends GetView<KRInviteController> {
fontWeight: FontWeight.bold,
),
),
SizedBox(height: 8.h),
SizedBox(height: 10.w),
RepaintBoundary(
child: TextField(
controller: controller.otherInviteCodeController,