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
@@ -77,9 +77,7 @@ public struct DashboardView: View {
@ViewBuilder
private var mainContent: some View {
if ApplicationLibrary.inPreview {
activeDashboardView
} else if environments.extensionProfileLoading {
if environments.extensionProfileLoading {
ProgressView()
} else if let profile = environments.extensionProfile {
activeDashboardView