选择图片分享功能

This commit is contained in:
2025-08-17 22:08:25 +08:00
parent e6afca5ba6
commit d80289fe73
19 changed files with 1402 additions and 110 deletions

View File

@@ -9,9 +9,12 @@ import SwiftUI
@main
struct Jetson_MediaApp: App {
let tabState = TabBarState() //
var body: some Scene {
WindowGroup {
ContentView()
MainView()
.environmentObject(tabState) // 使
}
}
}