feat(keyboard): ship AI hint carousel, home library cards, and clipboard polish

Rotate AI idle suggestions with optional remote packs, move history/dictionary onto self-sizing Home preview cards, harden clipboard capture/prompting, and simplify keyboard chrome by dropping most liquid-glass shadows.
This commit is contained in:
Rocky
2026-08-13 01:00:51 +08:00
parent fd6e0d3e7e
commit 9f308fadd2
202 changed files with 10897 additions and 5962 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ import OSGKeyboardShared
enum ExtL10n {
private static let table = "Keyboard"
private static let container = Bundle(for: KeyboardViewController.self)
/// Anchor in whichever target compiles this file (extension or main-app
/// DEBUG what's-new host). Avoids coupling to `KeyboardViewController`.
private final class BundleAnchor {}
private static let container = Bundle(for: BundleAnchor.self)
private static var bundle: Bundle {
AppUILanguage.localizedBundle(