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

@ -21,6 +21,7 @@ struct HomeMenuItem: Equatable, Identifiable {
///
enum HomeRoute: Hashable {
case profileSpace
case profileSpaceSettings
case scenicSelection
case permissionApply
case permissionApplyStatus
@ -63,6 +64,7 @@ enum HomeRoute: Hashable {
case queueManagement
case liveManagement
case liveAlbum
case travelAlbumEntry
case operatingArea
case pilotCertification
case modulePlaceholder(uri: String, title: String)