Browse Source

群默认头像修改

Kyle Smart 6 months ago
parent
commit
a6fb38fbf1

+ 0 - 1
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_fansGroup_logo.imageset/Contents.json

@@ -10,7 +10,6 @@
       "scale" : "2x"
     },
     {
-      "filename" : "chat_fansGroup_logo@3x.png",
       "idiom" : "universal",
       "scale" : "3x"
     }

BIN
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_fansGroup_logo.imageset/chat_fansGroup_logo@2x.png


BIN
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_fansGroup_logo.imageset/chat_fansGroup_logo@3x.png


+ 1 - 2
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_group_Logo.imageset/Contents.json

@@ -5,12 +5,11 @@
       "scale" : "1x"
     },
     {
-      "filename" : "chat_group_Logo@2x@2x.png",
+      "filename" : "chat_group_Logo@2x.png",
       "idiom" : "universal",
       "scale" : "2x"
     },
     {
-      "filename" : "chat_group_Logo@2x@3x.png",
       "idiom" : "universal",
       "scale" : "3x"
     }

BIN
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_group_Logo.imageset/chat_group_Logo@2x.png


BIN
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_group_Logo.imageset/chat_group_Logo@2x@2x.png


BIN
KulexiuForTeacher/KulexiuForTeacher/Assets.xcassets/Chat/chat_group_Logo.imageset/chat_group_Logo@2x@3x.png


+ 24 - 0
KulexiuForTeacher/Pods/Pods.xcodeproj/project.pbxproj

@@ -1564,6 +1564,12 @@
 		BC3300312BBAC4C7003D4921 /* TXChatMusicMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = BC33002D2BBAC4C7003D4921 /* TXChatMusicMessage.h */; };
 		BC3300322BBAC4C7003D4921 /* TXLiveShareMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC33002E2BBAC4C7003D4921 /* TXLiveShareMessage.m */; };
 		BC39164671956A06963E783D36DE9AB5 /* QCloudHosts.m in Sources */ = {isa = PBXBuildFile; fileRef = E14515D799B017007060ECA87CA06921 /* QCloudHosts.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		BC51861B2C913D4800806A8A /* TXGroupNoticeMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC5186192C913D4800806A8A /* TXGroupNoticeMessage.m */; };
+		BC51861C2C913D4800806A8A /* TXGroupNoticeMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = BC51861A2C913D4800806A8A /* TXGroupNoticeMessage.h */; };
+		BC5186212C913D5A00806A8A /* TXGroupNoticeMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC51861D2C913D5A00806A8A /* TXGroupNoticeMessageCell.m */; };
+		BC5186222C913D5A00806A8A /* TXGroupNoticeMessageContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC51861E2C913D5A00806A8A /* TXGroupNoticeMessageContentView.m */; };
+		BC5186232C913D5A00806A8A /* TXGroupNoticeMessageContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = BC51861F2C913D5A00806A8A /* TXGroupNoticeMessageContentView.h */; };
+		BC5186242C913D5A00806A8A /* TXGroupNoticeMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5186202C913D5A00806A8A /* TXGroupNoticeMessageCell.h */; };
 		BCB13876DAE2BF3E8AC7A539C1A69B6D /* LOTShapeFill.m in Sources */ = {isa = PBXBuildFile; fileRef = B6574B2B98D36024CCCAC387F45C6E4B /* LOTShapeFill.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		BCCE8FB859A66819765E8033629F3622 /* KS3ListBucketsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = CA1E2A9BFCDC4456A49F29E716C13955 /* KS3ListBucketsResponse.h */; settings = {ATTRIBUTES = (Project, ); }; };
 		BD10398526C4373DCCCDE772C65A8F5C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 329557B8F792DDD5250B397045715225 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; };
@@ -4271,6 +4277,12 @@
 		BC33002D2BBAC4C7003D4921 /* TXChatMusicMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TXChatMusicMessage.h; sourceTree = "<group>"; };
 		BC33002E2BBAC4C7003D4921 /* TXLiveShareMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TXLiveShareMessage.m; sourceTree = "<group>"; };
 		BC4BAB8D9E95606E485D6C4CD4ABF75E /* LOTValueCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTValueCallback.h; path = "lottie-ios/Classes/PublicHeaders/LOTValueCallback.h"; sourceTree = "<group>"; };
+		BC5186192C913D4800806A8A /* TXGroupNoticeMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TXGroupNoticeMessage.m; sourceTree = "<group>"; };
+		BC51861A2C913D4800806A8A /* TXGroupNoticeMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TXGroupNoticeMessage.h; sourceTree = "<group>"; };
+		BC51861D2C913D5A00806A8A /* TXGroupNoticeMessageCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TXGroupNoticeMessageCell.m; sourceTree = "<group>"; };
+		BC51861E2C913D5A00806A8A /* TXGroupNoticeMessageContentView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TXGroupNoticeMessageContentView.m; sourceTree = "<group>"; };
+		BC51861F2C913D5A00806A8A /* TXGroupNoticeMessageContentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TXGroupNoticeMessageContentView.h; sourceTree = "<group>"; };
+		BC5186202C913D5A00806A8A /* TXGroupNoticeMessageCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TXGroupNoticeMessageCell.h; sourceTree = "<group>"; };
 		BC5F8D238EFC359C796EAE4F05DB931B /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = "<group>"; };
 		BC712B415A7230233D5F275FC6F66C32 /* TUIJoinGroupMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TUIJoinGroupMessageCell.h; path = TUIChat/UI_Classic/Cell/Chat/TUIJoinGroupMessageCell.h; sourceTree = "<group>"; };
 		BC87405ABB3E9F194BAA21B786BE4113 /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = "<group>"; };
@@ -7071,6 +7083,8 @@
 				BC33002B2BBAC4C7003D4921 /* TXChatMusicMessage.m */,
 				BC33002C2BBAC4C7003D4921 /* TXLiveShareMessage.h */,
 				BC33002E2BBAC4C7003D4921 /* TXLiveShareMessage.m */,
+				BC51861A2C913D4800806A8A /* TXGroupNoticeMessage.h */,
+				BC5186192C913D4800806A8A /* TXGroupNoticeMessage.m */,
 			);
 			name = Custom;
 			sourceTree = "<group>";
@@ -7588,6 +7602,10 @@
 				BC3300222BBAC4AA003D4921 /* TXShareLiveCellContentView.m */,
 				BC3300202BBAC4A9003D4921 /* TXShareMusicCellContentView.h */,
 				BC33001D2BBAC4A9003D4921 /* TXShareMusicCellContentView.m */,
+				BC5186202C913D5A00806A8A /* TXGroupNoticeMessageCell.h */,
+				BC51861D2C913D5A00806A8A /* TXGroupNoticeMessageCell.m */,
+				BC51861F2C913D5A00806A8A /* TXGroupNoticeMessageContentView.h */,
+				BC51861E2C913D5A00806A8A /* TXGroupNoticeMessageContentView.m */,
 			);
 			name = Custom;
 			sourceTree = "<group>";
@@ -9787,6 +9805,7 @@
 				325633F4BD4954346E5D03E1AAE2BBDD /* dec_if.h in Headers */,
 				86C43A14370A23B5DF9295C83FD4E0EF /* EMVoiceConverter.h in Headers */,
 				52A831BC6F5B3081AB25A963D1F6C625 /* if_rom.h in Headers */,
+				BC5186242C913D5A00806A8A /* TXGroupNoticeMessageCell.h in Headers */,
 				170A0254BA38D37B93B502F6DB3D325C /* interf_dec.h in Headers */,
 				9635CE9E20DEA2E742D787D3453CB83E /* interf_enc.h in Headers */,
 				BC3300312BBAC4C7003D4921 /* TXChatMusicMessage.h in Headers */,
@@ -9795,6 +9814,7 @@
 				6BB1D9BC1B74CA1CF27C4494590DACA4 /* TUIBaseChatViewController.h in Headers */,
 				BC3300282BBAC4AA003D4921 /* TXShareMusicCellContentView.h in Headers */,
 				9A20F19E6AA3188F307B82B086B5797B /* TUIBaseChatViewController+ProtectedAPI.h in Headers */,
+				BC51861C2C913D4800806A8A /* TXGroupNoticeMessage.h in Headers */,
 				9298FBC99432D7F9B72316AF6870CF09 /* TUIBaseMessageController.h in Headers */,
 				ED538696B89B4CB51AA46076DA295581 /* TUIBaseMessageController+ProtectedAPI.h in Headers */,
 				EB2E34BAB018F9DE1ABFD6E728D9ADD3 /* TUIBaseMessageControllerDelegate.h in Headers */,
@@ -9839,6 +9859,7 @@
 				9179EC3688C0362596AFFEAD0B252B31 /* TUIFaceView.h in Headers */,
 				DC710BA9EB6AB429ED93A7266220AD08 /* TUIFileMessageCell.h in Headers */,
 				3A0B27785A3D9643F334EE0C628A789B /* TUIFileMessageCellData.h in Headers */,
+				BC5186232C913D5A00806A8A /* TXGroupNoticeMessageContentView.h in Headers */,
 				281E437B671AE7A98367099C8C1BDBB1 /* TUIFileReplyQuoteView.h in Headers */,
 				BC3300232BBAC4AA003D4921 /* TXShareLiveCellContentView.h in Headers */,
 				65E72E78B6193CC7300F7B4BD53FC93A /* TUIFileReplyQuoteViewData.h in Headers */,
@@ -12135,6 +12156,7 @@
 				2CA4D83BA56B6268FA4719D5ACBA735D /* TUIAIDenoiseSignatureManager.m in Sources */,
 				0B986249F4E96093B8BF0790E4D5549F /* TUIAudioRecorder.m in Sources */,
 				97DD31D3F9E8CDD69FC386EFB1B57C77 /* TUIBaseChatViewController.m in Sources */,
+				BC5186212C913D5A00806A8A /* TXGroupNoticeMessageCell.m in Sources */,
 				7C1FB86B4FBCD60EFEEEB60B30C1A1B4 /* TUIBaseMessageController.m in Sources */,
 				4971C450A45962B4ADB5D7ADC526506C /* TUIC2CChatViewController.m in Sources */,
 				103CF0A869629AABF3FEF222687A2322 /* TUICameraManager.m in Sources */,
@@ -12147,6 +12169,7 @@
 				D0E8EDFC0DB601391BB037A9A0BD37DF /* TUIChat-dummy.m in Sources */,
 				7E7B2D0BA3572B85651B449671842F80 /* TUIChatBaseDataProvider.m in Sources */,
 				599E900FCFDEF42A03631D7A267CF566 /* TUIChatCallingDataProvider.m in Sources */,
+				BC51861B2C913D4800806A8A /* TXGroupNoticeMessage.m in Sources */,
 				ADDA1DB70F6843D57C38D95ED787ECC3 /* TUIChatConfig.m in Sources */,
 				38E01AE075291C0DFB558FDC72EC9D8B /* TUIChatContextEmojiDetailController.m in Sources */,
 				B23BC9EAEA23FC0C4E4C9E0E1DAEBADC /* TUIChatConversationModel.m in Sources */,
@@ -12192,6 +12215,7 @@
 				195DCBAEA060DE4AFC096310D0D4BF77 /* TUIImageReplyQuoteViewData.m in Sources */,
 				D03740F96296877941183CA683A3520A /* TUIInputBar.m in Sources */,
 				2DE6EFC6954664571E24274735B35E1B /* TUIInputController.m in Sources */,
+				BC5186222C913D5A00806A8A /* TXGroupNoticeMessageContentView.m in Sources */,
 				4CA0B1AE608069E7042DDF6C00B4CCC5 /* TUIInputMoreCell.m in Sources */,
 				CDB24D6E39F18ACAA7E3E319CF5C1C95 /* TUIInputMoreCellData.m in Sources */,
 				108EF93ECFD8F51E6E46CCB93CE543DA /* TUIJoinGroupMessageCell.m in Sources */,