File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Packages/ilimi_MainAssembly/Sources/ilimiMainAssembly/Utils/SpMode Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ class SpModeManager {
1818 }
1919
2020 static func checkInputIsSp( _ text: String , _ assistChar: String ) -> Bool {
21+ // 在快打模式下標點符號不一定要是最短碼
22+ if InputContext . shared. isClosure ( input: text) {
23+ return true
24+ }
2125 let isLoadByLiu = UserDefaults . standard. bool ( forKey: " isLoadByLiuUniTab " )
2226 var input = InputContext . shared. getCurrentInput ( )
2327 if !assistChar. isEmpty {
Original file line number Diff line number Diff line change 398398 CODE_SIGN_ENTITLEMENTS = ilimiInstaller/ilimiInstaller.entitlements;
399399 CODE_SIGN_STYLE = Automatic;
400400 COPY_PHASE_STRIP = NO;
401- CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)" ;
401+ CURRENT_PROJECT_VERSION = 1.4 ;
402402 DEBUG_INFORMATION_FORMAT = dwarf;
403403 DEVELOPMENT_ASSET_PATHS = "\"ilimiInstaller/Preview Content\"";
404404 ENABLE_HARDENED_RUNTIME = YES;
435435 CODE_SIGN_ENTITLEMENTS = ilimiInstaller/ilimiInstaller.entitlements;
436436 CODE_SIGN_STYLE = Automatic;
437437 COPY_PHASE_STRIP = NO;
438- CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)" ;
438+ CURRENT_PROJECT_VERSION = 1.4 ;
439439 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
440440 DEVELOPMENT_ASSET_PATHS = "\"ilimiInstaller/Preview Content\"";
441441 ENABLE_HARDENED_RUNTIME = YES;
You can’t perform that action at this time.
0 commit comments