From e3dfd8cb0a9959d91cf01a3ad24f8a0dfd9aaf4a Mon Sep 17 00:00:00 2001 From: edwinQQQ Date: Tue, 15 Jul 2025 14:59:56 +0800 Subject: [PATCH] Version update --- YuMi.xcodeproj/project.pbxproj | 4 ++-- YuMi/Global/YUMIMacroUitls.h | 2 +- .../View/MessageContainerView/Tool/XPRoomMessageParser.m | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/YuMi.xcodeproj/project.pbxproj b/YuMi.xcodeproj/project.pbxproj index e92a82a4..4689b471 100644 --- a/YuMi.xcodeproj/project.pbxproj +++ b/YuMi.xcodeproj/project.pbxproj @@ -13676,7 +13676,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 20.20.61; + MARKETING_VERSION = 20.20.62; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -13923,7 +13923,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 20.20.61; + MARKETING_VERSION = 20.20.62; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/YuMi/Global/YUMIMacroUitls.h b/YuMi/Global/YUMIMacroUitls.h index 93bf0214..d70f599a 100644 --- a/YuMi/Global/YUMIMacroUitls.h +++ b/YuMi/Global/YUMIMacroUitls.h @@ -46,7 +46,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns #define kFontHeavy(font) [UIFont systemFontOfSize:kGetScaleWidth(font) weight:UIFontWeightHeavy] ///内置版本号 -#define PI_App_Version @"1.0.29" +#define PI_App_Version @"1.0.30" ///渠道 #define PI_App_Source @"appstore" #define PI_Test_Flight @"TestFlight" diff --git a/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m b/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m index 250744b4..03130fbe 100644 --- a/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m +++ b/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m @@ -1811,7 +1811,7 @@ - (NSMutableAttributedString *)createImageAttribute:(UIImage *)image size:(CGSize)size{ UIImageView *imaveView = [[UIImageView alloc]init]; imaveView.image = image; - CGFloat scale = (CGFloat)imaveView.image.size.width / (CGFloat)imaveView.image.size.height; +// CGFloat scale = (CGFloat)imaveView.image.size.width / (CGFloat)imaveView.image.size.height; imaveView.bounds = CGRectMake(0, 0, size.width,