完善首页权限申请流程与队列播报体验。
对齐 Android 无权限强制弹窗、角色下拉与申请页交互,补充 UIButton configuration 适配,并增强景区排队 TTS 与相关单元测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -245,7 +245,9 @@ private final class LiveSettingsCardView: UIView {
|
||||
[clarityButton, smoothButton].forEach { button in
|
||||
button.titleLabel?.font = .systemFont(ofSize: 14)
|
||||
button.layer.cornerRadius = 4
|
||||
button.contentEdgeInsets = UIEdgeInsets(top: 5, left: 12, bottom: 5, right: 12)
|
||||
button.setConfigurationContentInsets(
|
||||
NSDirectionalEdgeInsets(top: 5, leading: 12, bottom: 5, trailing: 12)
|
||||
)
|
||||
}
|
||||
clarityButton.setTitle(LivePushMode.clarityFirst.title, for: .normal)
|
||||
smoothButton.setTitle(LivePushMode.smoothFirst.title, for: .normal)
|
||||
|
||||
Reference in New Issue
Block a user