fix: AppHomeView 将 import UserNotifications 移至文件顶部
Swift 不允许 import 在文件中间位置,导致编译警告。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
8b2796709b
当前提交
0a5c6dbc9c
@ -1,4 +1,5 @@
|
||||
import SwiftUI
|
||||
import UserNotifications
|
||||
import XuqmCoreSDK
|
||||
import XuqmWebViewSDK
|
||||
import XuqmUpdateSDK
|
||||
@ -456,5 +457,3 @@ private extension Color {
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - UserNotifications import (only needed at call sites above)
|
||||
import UserNotifications
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户