Skip to content

Commit

Permalink
🎉Release 1.2,优化聊天剪贴板功能的代码结构(BETA,目前验证码、链接、电子邮件、电话号码,自动清除验证码BETA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Jul 2, 2024
1 parent df5e5df commit 725d541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ private String CH34xProcessingForReadData(String string) {
ChatProcessor.initializeHandler();
ChatProcessor.processChat(context, completeSecondData);
}

return completeSecondData;
} else if (completeFirstData.contains(ChatUtils.getPrefixLogNotConnectedServer())) {
Log.v(TAG, "串口Log内容:" + completeFirstData);
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">NLChat</string>
<string name="app_package">com.haohanyh.linmengjia.nearlink.nlchat.fun</string>
<string name="app_version">1.2.79.2024.0703</string>
<string name="app_version">1.2.86.2024.0703</string>

<string name="appwarn">NLChat,浩瀚银河宗旨为用爱和魔法创造Android APP。</string>
<string name="thanks3q">友情感谢</string>
Expand Down

0 comments on commit 725d541

Please sign in to comment.