接入友盟统计与 U-APM,并优化宣传页打卡点标签交互。
友盟 SDK 改为隐私同意后再初始化;宣传页标签新增滑块位移动画,超过 5 个时选中项自动滚动居中。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -154,6 +154,8 @@ struct LoginView: View {
|
||||
return
|
||||
}
|
||||
|
||||
authSessionCoordinator.savePrivacyAgreementAccepted(viewModel.privacyChecked)
|
||||
|
||||
Task {
|
||||
do {
|
||||
try await globalLoading.withLoading(message: "登录中...") {
|
||||
|
||||
Reference in New Issue
Block a user