This commit is contained in:
2025-11-17 20:07:39 +08:00
parent ee433db4ad
commit 005e3c7581
43 changed files with 529 additions and 172 deletions

View File

@@ -125,7 +125,7 @@
NSArray *r4 = @[ [KBKey keyWithTitle:@"abc" type:KBKeyTypeModeChange],
[KBKey keyWithTitle:@"AI" type:KBKeyTypeCustom],
[KBKey keyWithTitle:@"space" type:KBKeyTypeSpace],
[KBKey keyWithTitle:@"发送" type:KBKeyTypeReturn] ];
[KBKey keyWithTitle:KBLocalized(@"Send") type:KBKeyTypeReturn] ];
return @[r1, r2, r3, r4];
}
@@ -159,7 +159,7 @@
NSArray *row4 = @[ [KBKey keyWithTitle:@"123" type:KBKeyTypeModeChange],
[KBKey keyWithTitle:@"AI" type:KBKeyTypeCustom],
[KBKey keyWithTitle:@"space" type:KBKeyTypeSpace],
[KBKey keyWithTitle:@"发送" type:KBKeyTypeReturn] ];
[KBKey keyWithTitle:KBLocalized(@"Send") type:KBKeyTypeReturn] ];
return @[row1.copy, row2.copy, row3.copy, row4];
}