chore(typing): snapshot local pinyin WIP before syncing cloud branch

Preserve the in-progress local typing/pinyin implementation so feat/pinyin
can safely reset to origin/feat/pinyin (cloud English + Chinese typing).
This commit is contained in:
Rocky
2026-08-03 13:14:01 +08:00
parent c037be3654
commit d1e5fed964
58 changed files with 370539 additions and 121 deletions
+3 -1
View File
@@ -34,6 +34,8 @@ struct MacOpenSourceLicensesView: View {
let uiLanguage: AppUILanguage
@Environment(\.themePalette) private var palette
private let entries = OpenSourceLicenseCatalog.entries(for: .macOS)
var body: some View {
List {
Section {
@@ -44,7 +46,7 @@ struct MacOpenSourceLicensesView: View {
}
Section {
ForEach(OpenSourceLicenseCatalog.entries) { entry in
ForEach(entries) { entry in
NavigationLink {
MacOpenSourceLicenseDetailView(entry: entry, uiLanguage: uiLanguage)
} label: {