引导UI修改
This commit is contained in:
@@ -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 }];
|
||||
|
||||
// 刷新并滚动到底部
|
||||
|
||||
Reference in New Issue
Block a user