Advance UIKit rewrite with AMap integration and core UI modules.
Integrate高德 SDK with simulator-safe build flags, add map views for operating area and punch points, refactor main tabs and key feature screens to UIKit with Diffable lists, and document Swift concurrency defaults in AGENTS.md. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -99,6 +99,7 @@ final class ScheduleManagementViewModel {
|
||||
}
|
||||
}
|
||||
|
||||
/// 重置状态。
|
||||
private func reset() {
|
||||
markedDays = []
|
||||
items = []
|
||||
@ -174,6 +175,7 @@ final class ScheduleAddViewModel {
|
||||
return text
|
||||
}
|
||||
|
||||
/// 记录校验失败并返回 false。
|
||||
private func fail(_ error: ScheduleValidationError) -> Bool {
|
||||
errorMessage = error.localizedDescription
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user