Skip to content

Commit

Permalink
修复内存泄露导致的越用越卡顿 2.修复打字卡顿
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Jun 30, 2020
1 parent 8b8d573 commit bfc106d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file modified WeChatExtension/Rely/Plugin/WeChatExtension.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.5.9</string>
<string>2.6.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down Expand Up @@ -45,6 +45,6 @@
<key>showUpdateWindow</key>
<true/>
<key>versionInfo</key>
<string>v2.5.9(2020-06-11):\n👉🏻 1. 下架僵尸粉检测功能 2. 修复聊天记录字符串显示不完整 \n</string>
<string>v2.6.0(2020-06-30):\n👉🏻 1. 修复内存泄露导致的越用越卡顿 2.修复打字卡顿\n</string>
</dict>
</plist>
Binary file not shown.
4 changes: 2 additions & 2 deletions WeChatExtension/WeChatExtension/Base.lproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.5.9</string>
<string>2.6.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand All @@ -25,6 +25,6 @@
<key>showUpdateWindow</key>
<true/>
<key>versionInfo</key>
<string>v2.5.9(2020-06-11):\n👉🏻 1. 下架僵尸粉检测功能 2. 修复聊天记录字符串显示不完整 \n</string>
<string>v2.6.0(2020-06-30):\n👉🏻 1. 修复内存泄露导致的越用越卡顿 2.修复打字卡顿\n</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ + (void)hookTheme
hookMethod(objc_getClass("MMSearchTableCellView"), NSSelectorFromString(@"initWithFrame:"), [self class], @selector(hook_chatLogInitWithFrame:));
hookMethod(objc_getClass("MMSearchTableCellView"), NSSelectorFromString(@"prepareForReuse"), [self class], @selector(hook_chatLogPrepareForReuse));
}

}

#pragma mark - 搜索界面
Expand Down

0 comments on commit bfc106d

Please sign in to comment.