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:
@@ -69,4 +69,13 @@ final class ProgressiveDictationTranscriptAccumulatorTests: XCTestCase {
|
||||
|
||||
XCTAssertEqual(composed, "先这样用着,就算目前的可用性已经提升很多了")
|
||||
}
|
||||
|
||||
func testComposerMapsNormalizedOverlapThroughRawPunctuation() {
|
||||
let composed = DictationTextComposer.compose(
|
||||
anchor: "先这样用着,就算目前的可用性已经",
|
||||
live: "可用性,已经提升很多了"
|
||||
)
|
||||
|
||||
XCTAssertEqual(composed, "先这样用着,就算目前的可用性已经提升很多了")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user