Commit 5b6b8e97 authored by Alex朱枝文's avatar Alex朱枝文

群聊工具:投票、群接龙、自定义 移除掉

parent 6b12364b
...@@ -39,9 +39,9 @@ def tencentIM_pods ...@@ -39,9 +39,9 @@ def tencentIM_pods
# 需要确保插件版本和"../TUIKit/TUICore/TUICore.spec"中的spec.version一致 # 需要确保插件版本和"../TUIKit/TUICore/TUICore.spec"中的spec.version一致
# 集成投票插件,从 7.1 版本开始支持 # 集成投票插件,从 7.1 版本开始支持
pod 'TUIPollPlugin', '8.5.6864' # pod 'TUIPollPlugin', '8.5.6864'
# 集成群接龙插件,从 7.1 版本开始支持 # 集成群接龙插件,从 7.1 版本开始支持
pod 'TUIGroupNotePlugin', '8.5.6864' # pod 'TUIGroupNotePlugin', '8.5.6864'
# 集成翻译插件,从 7.2 版本开始支持(需单独购买翻译插件) # 集成翻译插件,从 7.2 版本开始支持(需单独购买翻译插件)
pod 'TUITranslationPlugin', '8.5.6864' pod 'TUITranslationPlugin', '8.5.6864'
# 集成会话分组插件,从 7.3 版本开始支持 # 集成会话分组插件,从 7.3 版本开始支持
......
...@@ -77,6 +77,8 @@ ...@@ -77,6 +77,8 @@
043671432D66DDB500E8D9BA /* YHMemberCenterInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043671422D66DDB500E8D9BA /* YHMemberCenterInfo.swift */; }; 043671432D66DDB500E8D9BA /* YHMemberCenterInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043671422D66DDB500E8D9BA /* YHMemberCenterInfo.swift */; };
043671452D66FBEE00E8D9BA /* YHMemberCenterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043671442D66FBEE00E8D9BA /* YHMemberCenterViewModel.swift */; }; 043671452D66FBEE00E8D9BA /* YHMemberCenterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043671442D66FBEE00E8D9BA /* YHMemberCenterViewModel.swift */; };
043671472D6C3ED100E8D9BA /* YHMembershipGrowthGuideView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043671462D6C3ED100E8D9BA /* YHMembershipGrowthGuideView.swift */; }; 043671472D6C3ED100E8D9BA /* YHMembershipGrowthGuideView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043671462D6C3ED100E8D9BA /* YHMembershipGrowthGuideView.swift */; };
043F0EB22DE85717003354EB /* YHTUIMessageListManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043F0EB12DE85717003354EB /* YHTUIMessageListManager.swift */; };
043F0EB32DE85717003354EB /* YHTencentDeskManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043F0EB02DE85717003354EB /* YHTencentDeskManager.swift */; };
045647572D7976880001D831 /* YHHKVisaRenewalApplicationVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045647562D7976880001D831 /* YHHKVisaRenewalApplicationVC.swift */; }; 045647572D7976880001D831 /* YHHKVisaRenewalApplicationVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045647562D7976880001D831 /* YHHKVisaRenewalApplicationVC.swift */; };
045647592D79877E0001D831 /* YHHKVisaRenewalApplicationHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045647582D79877E0001D831 /* YHHKVisaRenewalApplicationHeader.swift */; }; 045647592D79877E0001D831 /* YHHKVisaRenewalApplicationHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045647582D79877E0001D831 /* YHHKVisaRenewalApplicationHeader.swift */; };
045C0F7F2D12CA5F00BD2DC0 /* submit_page_scroll.gif in Resources */ = {isa = PBXBuildFile; fileRef = 045C0F4F2D12CA5E00BD2DC0 /* submit_page_scroll.gif */; }; 045C0F7F2D12CA5F00BD2DC0 /* submit_page_scroll.gif in Resources */ = {isa = PBXBuildFile; fileRef = 045C0F4F2D12CA5E00BD2DC0 /* submit_page_scroll.gif */; };
...@@ -1155,7 +1157,6 @@ ...@@ -1155,7 +1157,6 @@
045C13B52D12CA5F00BD2DC0 /* YHFamilyInitialInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045C0DAE2D12CA5E00BD2DC0 /* YHFamilyInitialInfo.swift */; }; 045C13B52D12CA5F00BD2DC0 /* YHFamilyInitialInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045C0DAE2D12CA5E00BD2DC0 /* YHFamilyInitialInfo.swift */; };
045C13B62D12CA5F00BD2DC0 /* YHPickPhoneAddressViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045C0EA82D12CA5E00BD2DC0 /* YHPickPhoneAddressViewController.swift */; }; 045C13B62D12CA5F00BD2DC0 /* YHPickPhoneAddressViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045C0EA82D12CA5E00BD2DC0 /* YHPickPhoneAddressViewController.swift */; };
045C13B72D12CA5F00BD2DC0 /* ATAuthSDK_D.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 045C0A562D12CA5E00BD2DC0 /* ATAuthSDK_D.framework */; }; 045C13B72D12CA5F00BD2DC0 /* ATAuthSDK_D.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 045C0A562D12CA5E00BD2DC0 /* ATAuthSDK_D.framework */; };
0465A3E62DC1B9D500CBCEE9 /* YHTencentDeskManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0465A3E52DC1B9D500CBCEE9 /* YHTencentDeskManager.swift */; };
0468D42E2B5654A500CFB916 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468D42D2B5654A500CFB916 /* CoreTelephony.framework */; }; 0468D42E2B5654A500CFB916 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468D42D2B5654A500CFB916 /* CoreTelephony.framework */; };
0468D4302B5654B500CFB916 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468D42F2B5654B500CFB916 /* SystemConfiguration.framework */; }; 0468D4302B5654B500CFB916 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468D42F2B5654B500CFB916 /* SystemConfiguration.framework */; };
0468D4312B5654C100CFB916 /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468D42C2B56549200CFB916 /* libresolv.tbd */; }; 0468D4312B5654C100CFB916 /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468D42C2B56549200CFB916 /* libresolv.tbd */; };
...@@ -1276,9 +1277,8 @@ ...@@ -1276,9 +1277,8 @@
04E507D62D6EE856005F758B /* YHUserLevelAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E507D52D6EE856005F758B /* YHUserLevelAlertView.swift */; }; 04E507D62D6EE856005F758B /* YHUserLevelAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E507D52D6EE856005F758B /* YHUserLevelAlertView.swift */; };
04EA376D2BEA06EF00DBAF64 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04EA376C2BEA06EF00DBAF64 /* WebKit.framework */; }; 04EA376D2BEA06EF00DBAF64 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04EA376C2BEA06EF00DBAF64 /* WebKit.framework */; };
04EA376F2BEA071600DBAF64 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04EA376E2BEA070500DBAF64 /* libc++.tbd */; }; 04EA376F2BEA071600DBAF64 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04EA376E2BEA070500DBAF64 /* libc++.tbd */; };
04FE44D42DDC766E009BB247 /* TUIChatCustomTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04FE44D32DDC766D009BB247 /* TUIChatCustomTheme.bundle */; };
04FE44DA2DDEF0D1009BB247 /* YHTUIMessageListManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04FE44D92DDEF0D1009BB247 /* YHTUIMessageListManager.swift */; };
04F1924D2DE0125B004BDAAC /* YHNewsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F1924C2DE0125B004BDAAC /* YHNewsModel.swift */; }; 04F1924D2DE0125B004BDAAC /* YHNewsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F1924C2DE0125B004BDAAC /* YHNewsModel.swift */; };
04FE44D42DDC766E009BB247 /* TUIChatCustomTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04FE44D32DDC766D009BB247 /* TUIChatCustomTheme.bundle */; };
6203A87EDC96313BBE789D9C /* Pods_galaxy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 987C69D43AE8D85DC1930DCF /* Pods_galaxy.framework */; }; 6203A87EDC96313BBE789D9C /* Pods_galaxy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 987C69D43AE8D85DC1930DCF /* Pods_galaxy.framework */; };
A5573EE92B317C0100D98EC0 /* galaxyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5573EE82B317C0100D98EC0 /* galaxyTests.swift */; }; A5573EE92B317C0100D98EC0 /* galaxyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5573EE82B317C0100D98EC0 /* galaxyTests.swift */; };
A5573EF32B317C0100D98EC0 /* galaxyUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5573EF22B317C0100D98EC0 /* galaxyUITests.swift */; }; A5573EF32B317C0100D98EC0 /* galaxyUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5573EF22B317C0100D98EC0 /* galaxyUITests.swift */; };
...@@ -1387,6 +1387,8 @@ ...@@ -1387,6 +1387,8 @@
043671422D66DDB500E8D9BA /* YHMemberCenterInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHMemberCenterInfo.swift; sourceTree = "<group>"; }; 043671422D66DDB500E8D9BA /* YHMemberCenterInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHMemberCenterInfo.swift; sourceTree = "<group>"; };
043671442D66FBEE00E8D9BA /* YHMemberCenterViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHMemberCenterViewModel.swift; sourceTree = "<group>"; }; 043671442D66FBEE00E8D9BA /* YHMemberCenterViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHMemberCenterViewModel.swift; sourceTree = "<group>"; };
043671462D6C3ED100E8D9BA /* YHMembershipGrowthGuideView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHMembershipGrowthGuideView.swift; sourceTree = "<group>"; }; 043671462D6C3ED100E8D9BA /* YHMembershipGrowthGuideView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHMembershipGrowthGuideView.swift; sourceTree = "<group>"; };
043F0EB02DE85717003354EB /* YHTencentDeskManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHTencentDeskManager.swift; sourceTree = "<group>"; };
043F0EB12DE85717003354EB /* YHTUIMessageListManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHTUIMessageListManager.swift; sourceTree = "<group>"; };
045647562D7976880001D831 /* YHHKVisaRenewalApplicationVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHHKVisaRenewalApplicationVC.swift; sourceTree = "<group>"; }; 045647562D7976880001D831 /* YHHKVisaRenewalApplicationVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHHKVisaRenewalApplicationVC.swift; sourceTree = "<group>"; };
045647582D79877E0001D831 /* YHHKVisaRenewalApplicationHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHHKVisaRenewalApplicationHeader.swift; sourceTree = "<group>"; }; 045647582D79877E0001D831 /* YHHKVisaRenewalApplicationHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHHKVisaRenewalApplicationHeader.swift; sourceTree = "<group>"; };
045C0A142D12CA5E00BD2DC0 /* YHBaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHBaseViewController.swift; sourceTree = "<group>"; }; 045C0A142D12CA5E00BD2DC0 /* YHBaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHBaseViewController.swift; sourceTree = "<group>"; };
...@@ -2470,7 +2472,6 @@ ...@@ -2470,7 +2472,6 @@
045C0F7B2D12CA5E00BD2DC0 /* galaxyDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = galaxyDebug.entitlements; sourceTree = "<group>"; }; 045C0F7B2D12CA5E00BD2DC0 /* galaxyDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = galaxyDebug.entitlements; sourceTree = "<group>"; };
045C0F7C2D12CA5E00BD2DC0 /* galaxyTestEnv.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = galaxyTestEnv.entitlements; sourceTree = "<group>"; }; 045C0F7C2D12CA5E00BD2DC0 /* galaxyTestEnv.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = galaxyTestEnv.entitlements; sourceTree = "<group>"; };
045C0F7D2D12CA5E00BD2DC0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; 045C0F7D2D12CA5E00BD2DC0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
0465A3E52DC1B9D500CBCEE9 /* YHTencentDeskManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHTencentDeskManager.swift; sourceTree = "<group>"; };
0468D42C2B56549200CFB916 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; }; 0468D42C2B56549200CFB916 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
0468D42D2B5654A500CFB916 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; }; 0468D42D2B5654A500CFB916 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
0468D42F2B5654B500CFB916 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; 0468D42F2B5654B500CFB916 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
...@@ -2595,7 +2596,6 @@ ...@@ -2595,7 +2596,6 @@
04F1924C2DE0125B004BDAAC /* YHNewsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHNewsModel.swift; sourceTree = "<group>"; }; 04F1924C2DE0125B004BDAAC /* YHNewsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHNewsModel.swift; sourceTree = "<group>"; };
04FA8B2D2C084C7E00ABE43F /* ATAuthSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ATAuthSDK.bundle; path = "galaxy/Classes/Modules/AutoLogin(一键登录)/framework/ATAuthSDK_D.framework/ATAuthSDK.bundle"; sourceTree = "<group>"; }; 04FA8B2D2C084C7E00ABE43F /* ATAuthSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = ATAuthSDK.bundle; path = "galaxy/Classes/Modules/AutoLogin(一键登录)/framework/ATAuthSDK_D.framework/ATAuthSDK.bundle"; sourceTree = "<group>"; };
04FE44D32DDC766D009BB247 /* TUIChatCustomTheme.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = TUIChatCustomTheme.bundle; sourceTree = "<group>"; }; 04FE44D32DDC766D009BB247 /* TUIChatCustomTheme.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = TUIChatCustomTheme.bundle; sourceTree = "<group>"; };
04FE44D92DDEF0D1009BB247 /* YHTUIMessageListManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHTUIMessageListManager.swift; sourceTree = "<group>"; };
19B28612265782F9DC1BE0B0 /* Pods-galaxy.testenv.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-galaxy.testenv.xcconfig"; path = "Target Support Files/Pods-galaxy/Pods-galaxy.testenv.xcconfig"; sourceTree = "<group>"; }; 19B28612265782F9DC1BE0B0 /* Pods-galaxy.testenv.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-galaxy.testenv.xcconfig"; path = "Target Support Files/Pods-galaxy/Pods-galaxy.testenv.xcconfig"; sourceTree = "<group>"; };
58C2405158A4A6632D0E7460 /* Pods-galaxy.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-galaxy.debug.xcconfig"; path = "Target Support Files/Pods-galaxy/Pods-galaxy.debug.xcconfig"; sourceTree = "<group>"; }; 58C2405158A4A6632D0E7460 /* Pods-galaxy.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-galaxy.debug.xcconfig"; path = "Target Support Files/Pods-galaxy/Pods-galaxy.debug.xcconfig"; sourceTree = "<group>"; };
987C69D43AE8D85DC1930DCF /* Pods_galaxy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_galaxy.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 987C69D43AE8D85DC1930DCF /* Pods_galaxy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_galaxy.framework; sourceTree = BUILT_PRODUCTS_DIR; };
...@@ -3054,9 +3054,9 @@ ...@@ -3054,9 +3054,9 @@
045C0A612D12CA5E00BD2DC0 /* VM */, 045C0A612D12CA5E00BD2DC0 /* VM */,
045C0A622D12CA5E00BD2DC0 /* YHButlerMessageReportHandler.swift */, 045C0A622D12CA5E00BD2DC0 /* YHButlerMessageReportHandler.swift */,
045C0A632D12CA5E00BD2DC0 /* YHButlerServiceManager.swift */, 045C0A632D12CA5E00BD2DC0 /* YHButlerServiceManager.swift */,
0465A3E52DC1B9D500CBCEE9 /* YHTencentDeskManager.swift */,
045C0A642D12CA5E00BD2DC0 /* YHButlerServiceMessageHandler.swift */, 045C0A642D12CA5E00BD2DC0 /* YHButlerServiceMessageHandler.swift */,
04FE44D92DDEF0D1009BB247 /* YHTUIMessageListManager.swift */, 043F0EB02DE85717003354EB /* YHTencentDeskManager.swift */,
043F0EB12DE85717003354EB /* YHTUIMessageListManager.swift */,
); );
path = "ButlerServiceManager(银河管家)"; path = "ButlerServiceManager(银河管家)";
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -7623,7 +7623,6 @@ ...@@ -7623,7 +7623,6 @@
045C111E2D12CA5F00BD2DC0 /* YHPreviewAcademicAndProfessionalQualificationViewController.swift in Sources */, 045C111E2D12CA5F00BD2DC0 /* YHPreviewAcademicAndProfessionalQualificationViewController.swift in Sources */,
045C111F2D12CA5F00BD2DC0 /* YHWorkExperienceTableViewCell.swift in Sources */, 045C111F2D12CA5F00BD2DC0 /* YHWorkExperienceTableViewCell.swift in Sources */,
04307BAA2D1FF74500ED8E8D /* YHRecommendLiveListModel.swift in Sources */, 04307BAA2D1FF74500ED8E8D /* YHRecommendLiveListModel.swift in Sources */,
04FE44DA2DDEF0D1009BB247 /* YHTUIMessageListManager.swift in Sources */,
0411CF182D1D502D00644D35 /* YHlifeCollectionReusableView.swift in Sources */, 0411CF182D1D502D00644D35 /* YHlifeCollectionReusableView.swift in Sources */,
045C11202D12CA5F00BD2DC0 /* UITextField+Extension.swift in Sources */, 045C11202D12CA5F00BD2DC0 /* UITextField+Extension.swift in Sources */,
045C11212D12CA5F00BD2DC0 /* YHPlayer.swift in Sources */, 045C11212D12CA5F00BD2DC0 /* YHPlayer.swift in Sources */,
...@@ -7741,7 +7740,6 @@ ...@@ -7741,7 +7740,6 @@
045C117C2D12CA5F00BD2DC0 /* YHResignGuidelinesModel.swift in Sources */, 045C117C2D12CA5F00BD2DC0 /* YHResignGuidelinesModel.swift in Sources */,
045C117D2D12CA5F00BD2DC0 /* YHWorkExperienceCompanyViewModel.swift in Sources */, 045C117D2D12CA5F00BD2DC0 /* YHWorkExperienceCompanyViewModel.swift in Sources */,
045C117E2D12CA5F00BD2DC0 /* YHRangeDatePickerSheetView2.swift in Sources */, 045C117E2D12CA5F00BD2DC0 /* YHRangeDatePickerSheetView2.swift in Sources */,
0465A3E62DC1B9D500CBCEE9 /* YHTencentDeskManager.swift in Sources */,
045C117F2D12CA5F00BD2DC0 /* YHResignRoundCellType.swift in Sources */, 045C117F2D12CA5F00BD2DC0 /* YHResignRoundCellType.swift in Sources */,
045C11802D12CA5F00BD2DC0 /* YHResignAppointOptionCell.swift in Sources */, 045C11802D12CA5F00BD2DC0 /* YHResignAppointOptionCell.swift in Sources */,
045C11812D12CA5F00BD2DC0 /* YHScoreItemCell.swift in Sources */, 045C11812D12CA5F00BD2DC0 /* YHScoreItemCell.swift in Sources */,
...@@ -8183,6 +8181,8 @@ ...@@ -8183,6 +8181,8 @@
045C12EF2D12CA5F00BD2DC0 /* YHDocumentPromptTableViewCell.swift in Sources */, 045C12EF2D12CA5F00BD2DC0 /* YHDocumentPromptTableViewCell.swift in Sources */,
045C12F02D12CA5F00BD2DC0 /* YHResignDocumentMultiLineTipsCell.swift in Sources */, 045C12F02D12CA5F00BD2DC0 /* YHResignDocumentMultiLineTipsCell.swift in Sources */,
045C12F12D12CA5F00BD2DC0 /* YHMaterialListModel.swift in Sources */, 045C12F12D12CA5F00BD2DC0 /* YHMaterialListModel.swift in Sources */,
043F0EB22DE85717003354EB /* YHTUIMessageListManager.swift in Sources */,
043F0EB32DE85717003354EB /* YHTencentDeskManager.swift in Sources */,
045C12F22D12CA5F00BD2DC0 /* YHHomeInfoDetailContainerViewController.swift in Sources */, 045C12F22D12CA5F00BD2DC0 /* YHHomeInfoDetailContainerViewController.swift in Sources */,
045C12F32D12CA5F00BD2DC0 /* YHResinMaterialManageContainerVC.swift in Sources */, 045C12F32D12CA5F00BD2DC0 /* YHResinMaterialManageContainerVC.swift in Sources */,
045C12F42D12CA5F00BD2DC0 /* YHMySignatureDetailViewController.swift in Sources */, 045C12F42D12CA5F00BD2DC0 /* YHMySignatureDetailViewController.swift in Sources */,
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
import IQKeyboardManagerSwift import IQKeyboardManagerSwift
import UIKit import UIKit
import TUICore import TUICore
import TUIChat
class YHTencentDeskManager: NSObject { class YHTencentDeskManager: NSObject {
...@@ -23,6 +24,7 @@ class YHTencentDeskManager: NSObject { ...@@ -23,6 +24,7 @@ class YHTencentDeskManager: NSObject {
NotificationCenter.default.addObserver(self, selector: #selector(loginSuccess), name: YhConstant.YhNotification.didLoginSuccessNotifiction, object: nil) NotificationCenter.default.addObserver(self, selector: #selector(loginSuccess), name: YhConstant.YhNotification.didLoginSuccessNotifiction, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(logoutSuccess), name: YhConstant.YhNotification.didLogoutSuccessNotifiction, object: nil) NotificationCenter.default.addObserver(self, selector: #selector(logoutSuccess), name: YhConstant.YhNotification.didLogoutSuccessNotifiction, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(didRevUatParam), name: YhConstant.YhNotification.didRevUatParam, object: nil) NotificationCenter.default.addObserver(self, selector: #selector(didRevUatParam), name: YhConstant.YhNotification.didRevUatParam, object: nil)
setupConfig()
if isUatAllowed() { if isUatAllowed() {
loginSDK() loginSDK()
} }
...@@ -32,6 +34,11 @@ class YHTencentDeskManager: NSObject { ...@@ -32,6 +34,11 @@ class YHTencentDeskManager: NSObject {
NotificationCenter.default.removeObserver(self) NotificationCenter.default.removeObserver(self)
} }
private func setupConfig() {
/// 注释掉群工具:自定义
TUIChatConfig.default().enableWelcomeCustomMessage = false
}
func loginIM() { func loginIM() {
let users: [String: String] = ["1": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwoZQweKU7MSCgswUJStDMwMDAwtTY0MTiExqRUFmUSpQ3NTU1AgoBREtycwFiZmbmBtZmhsZmEJNyUwHmhnoU*6YmBJZEaMfWmyWbeDuYhRu6RaSkuQco58fllQQ7J9jYFmcFejnW6GdZ2GrVAsAYeYv3A__", "3": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwsZQweKU7MSCgswUJStDMwMDAwtTY0MTiExqRUFmUSpQ3NTU1AgoBREtycwFiZmbmJlZmJoZGENNyUwHmlnoHObvGx4cmZjvnF5VVhmU4ZvtX2QZZOpZ4Ztv7OJmamSZ5B4So19ualyZbKtUCwBFAi-S", "15272": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwoamRuZGUInilOzEgoLMFCUrQzMDAwMLU2NDE4hMakVBZlEqUNzU1NQIKAURLcnMBYmZm5gbm1uYWhpCTclMB5pbVR6Z6KXtZxlsnJvt5Btaqm0YaRmUH1Qclh1u6OOaahienFdaku7jZljsaKtUCwCa0DA7", "2": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zIhwlDB4pTsxIKCzBQlK0MzAwMDC1NjQxOITGpFQWZRKlDc1NTUCCgFES3JzAWJmZuYmxsbGVsaQU3JTAeaaVie7WMQ5GnkVZllkeVVVeXnVOBXGVxg5GThYlRkahheZBae6BgYXurp52urVAsAAVUvGg__"] let users: [String: String] = ["1": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwoZQweKU7MSCgswUJStDMwMDAwtTY0MTiExqRUFmUSpQ3NTU1AgoBREtycwFiZmbmBtZmhsZmEJNyUwHmhnoU*6YmBJZEaMfWmyWbeDuYhRu6RaSkuQco58fllQQ7J9jYFmcFejnW6GdZ2GrVAsAYeYv3A__", "3": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwsZQweKU7MSCgswUJStDMwMDAwtTY0MTiExqRUFmUSpQ3NTU1AgoBREtycwFiZmbmJlZmJoZGENNyUwHmlnoHObvGx4cmZjvnF5VVhmU4ZvtX2QZZOpZ4Ztv7OJmamSZ5B4So19ualyZbKtUCwBFAi-S", "15272": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwoamRuZGUInilOzEgoLMFCUrQzMDAwMLU2NDE4hMakVBZlEqUNzU1NQIKAURLcnMBYmZm5gbm1uYWhpCTclMB5pbVR6Z6KXtZxlsnJvt5Btaqm0YaRmUH1Qclh1u6OOaahienFdaku7jZljsaKtUCwCa0DA7", "2": "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zIhwlDB4pTsxIKCzBQlK0MzAwMDC1NjQxOITGpFQWZRKlDc1NTUCCgFES3JzAWJmZuYmxsbGVsaQU3JTAeaaVie7WMQ5GnkVZllkeVVVeXnVOBXGVxg5GThYlRkahheZBae6BgYXurp52urVAsAAVUvGg__"]
let key = "2" let key = "2"
...@@ -58,7 +65,6 @@ class YHTencentDeskManager: NSObject { ...@@ -58,7 +65,6 @@ class YHTencentDeskManager: NSObject {
let userSig = self.viewModel.userSig ?? "" let userSig = self.viewModel.userSig ?? ""
let success: TSucc? = { let success: TSucc? = {
printLog("loginIM success") printLog("loginIM success")
// _ = YHTUIMessageListManager.shared
YHTUIMessageListManager.shared.setupDataProvider() YHTUIMessageListManager.shared.setupDataProvider()
NotificationCenter.default.post(name: YhConstant.YhNotification.didTxIMLoginSuccessNotifiction, object: nil) NotificationCenter.default.post(name: YhConstant.YhNotification.didTxIMLoginSuccessNotifiction, object: nil)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment