引导UI修改

This commit is contained in:
2025-12-15 17:56:06 +08:00
parent a399af53b5
commit 9cafb0f70e
5 changed files with 73 additions and 29 deletions

View File

@@ -191,7 +191,7 @@ typedef NS_ENUM(NSInteger, KBGuideItemType) {
// 1.
[self.items addObject:@{ @"type": @(KBGuideItemTypeUser), @"text": text ?: @"" }];
// 2.
NSString *reply = KBLocalized(@"🎉 If you run into any other issues, tap Online Support to get help~");
NSString *reply = KBLocalized(@"Welcome to use the [key of love] keyboard");
[self.items addObject:@{ @"type": @(KBGuideItemTypeKF), @"text": reply }];
//