Add screenshot generator

This commit is contained in:
世界
2026-01-08 16:13:20 +08:00
parent 264c4eed81
commit 6b589cb771
57 changed files with 1931 additions and 109 deletions
+6 -1
View File
@@ -6,10 +6,15 @@ import SwiftUI
@MainActor
public class MainViewModel: BaseViewModel {
@Published public var selection = NavigationPage.dashboard
@Published public var selection: NavigationPage
@Published public var importProfile: LibboxProfileContent?
@Published public var importRemoteProfile: LibboxImportRemoteProfile?
public init(selection: NavigationPage = .dashboard) {
self.selection = selection
super.init()
}
public func onAppear(environments: ExtensionEnvironments) {
environments.postReload()
#if !DEBUG