添加语音websocket等,还没测试
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#import "HomeMainVC.h"
|
||||
#import "MyVC.h"
|
||||
#import "KBShopVC.h"
|
||||
#import "KBAiMainVC.h"
|
||||
|
||||
//#import "KBCommunityVC.h"
|
||||
|
||||
#import "BaseNavigationController.h"
|
||||
@@ -43,13 +45,13 @@
|
||||
image:@"tab_shop"
|
||||
selectedImg:@"tab_shop_selected"];
|
||||
|
||||
// // 社区
|
||||
// KBCommunityVC *community = [[KBCommunityVC alloc] init];
|
||||
//// community.title = KBLocalized(@"Circle");
|
||||
// BaseNavigationController *navCommunity = [[BaseNavigationController alloc] initWithRootViewController:community];
|
||||
// navCommunity.tabBarItem = [self tabItemWithTitle:KBLocalized(@"Circle")
|
||||
// image:@"tab_shequ"
|
||||
// selectedImg:@"tab_shequ_selected"];
|
||||
// AI
|
||||
KBAiMainVC *aiMainVC = [[KBAiMainVC alloc] init];
|
||||
// community.title = KBLocalized(@"Circle");
|
||||
BaseNavigationController *navCommunity = [[BaseNavigationController alloc] initWithRootViewController:aiMainVC];
|
||||
navCommunity.tabBarItem = [self tabItemWithTitle:KBLocalized(@"Circle")
|
||||
image:@"tab_shequ"
|
||||
selectedImg:@"tab_shequ_selected"];
|
||||
|
||||
// 我的
|
||||
MyVC *my = [[MyVC alloc] init];
|
||||
@@ -58,7 +60,7 @@
|
||||
image:@"tab_my"
|
||||
selectedImg:@"tab_my_selected"];
|
||||
|
||||
self.viewControllers = @[navHome, navShop, navMy];
|
||||
self.viewControllers = @[navHome, navShop,aiMainVC, navMy];
|
||||
|
||||
// 测试储存Token
|
||||
// [[KBAuthManager shared] saveAccessToken:@"TEST" refreshToken:nil expiryDate:[NSDate dateWithTimeIntervalSinceNow:3600] userIdentifier:nil];
|
||||
|
||||
Reference in New Issue
Block a user