Add TravelAlbum, ProfileSpace, and wired camera transfer modules.

Introduce travel album entry with Sony PTP tethering pipeline, profile space settings page, home routing updates, Launch Screen storyboard, and related tests/docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-30 09:41:05 +08:00
parent 5692134efc
commit d2fe5d71e4
48 changed files with 6477 additions and 11 deletions

View File

@ -48,6 +48,8 @@ enum HomeIconCatalog {
"checkmark.seal.fill"
case "live_album":
"play.rectangle.on.rectangle.fill"
case "travel_album", "task_new_entry":
"photo.on.rectangle.angled"
case "pm", "pm_manager", "project_edit":
"circle.grid.2x2.fill"
case "location_report", "location_report_history":

View File

@ -14,6 +14,8 @@ extension HomeRoute {
switch self {
case .profileSpace:
ProfileView()
case .profileSpaceSettings:
ProfileSpaceView()
case .scenicSelection:
ScenicSelectionView()
case .permissionApply:
@ -102,6 +104,8 @@ extension HomeRoute {
LiveManagementView()
case .liveAlbum:
LiveAlbumView()
case .travelAlbumEntry:
TravelAlbumEntryView()
case .operatingArea:
OperatingAreaView()
case .pilotCertification: