feat: 完成2026-06-09版本迭代更新

此版本包含:
1. 新增位置消息发送与展示功能
2. 完善多语言本地化文案
3. 新增安卓端管理空间Activity与图标背景
4. 优化摇一摇开关逻辑与深度链接配置
5. 新增信息流平台过滤与A/B测试后台功能
6. 更新签名配置与构建脚本
7. 修复若干已知问题与代码优化
This commit is contained in:
Developer
2026-06-09 23:18:13 +08:00
parent e53cd7f496
commit a4a7e10722
119 changed files with 10758 additions and 3893 deletions

View File

@@ -493,7 +493,7 @@ class _LoginPageState extends ConsumerState<LoginPage>
ext,
icon: CupertinoIcons.person_2,
label: auth.legacyUser,
accentColor: ext.accentLight,
accentColor: ext.accentLight.withValues(alpha: 0.6),
onTap: () => _switchLoginMode(_LoginMode.legacy),
),
const SizedBox(width: AppSpacing.xl),