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
+5
View File
@@ -1,3 +1,4 @@
import Library
import MacLibrary
import SwiftUI
@@ -5,6 +6,10 @@ import SwiftUI
struct Application: App {
@NSApplicationDelegateAdaptor private var appDelegate: ApplicationDelegate
init() {
ScreenshotLocalization.applyIfNeeded()
}
var body: some Scene {
MacApplication()
}
+1 -1
View File
@@ -105,7 +105,7 @@
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>zh_CN</string>
<string>zh-Hans</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>