fix: AppHomeView 将 import UserNotifications 移至文件顶部

Swift 不允许 import 在文件中间位置,导致编译警告。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
徐勤民 2026-06-29 11:32:44 +08:00
父节点 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