添加语音websocket等,还没测试

This commit is contained in:
2026-01-16 13:38:03 +08:00
parent 169a1929d7
commit b021fd308f
33 changed files with 5098 additions and 8 deletions

View File

@@ -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];