添加云盾测试提示辅助识别字符。

This commit is contained in:
2026-04-09 02:34:54 +08:00
parent e9c999dd73
commit 2b32bb91a4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Thu Apr 09 02:21:20 HKT 2026
#Wed Apr 08 18:32:36 GMT 2026
stageCount=9
libraryProject=
baseVersion=15.14
publishVersion=15.14.8
buildCount=0
buildCount=2
baseBetaVersion=15.14.9

View File

@@ -124,9 +124,9 @@ public class CallLogAdapter extends RecyclerView.Adapter<CallLogAdapter.CallLogV
// 跳转到添加联系人页面
//if (Rules.getInstance(mContext).isAllowed(callLog.getPhoneNumber(), false)) {
if (Rules.getInstance(mContext).isAllowed(callLog.getPhoneNumber(), true)) {
ToastUtils.show(callLog.getPhoneNumber() + " Is Allowed By YunDun.");
ToastUtils.show("(✔)" + callLog.getPhoneNumber() + " Is Allowed By YunDun.");
} else {
ToastUtils.show("YunDun Defense The Phone " + callLog.getPhoneNumber() + "");
ToastUtils.show("(✘)YunDun Defense The Phone " + callLog.getPhoneNumber() + "");
}
} else if (itemId == R.id.item_calllog_phonenumber_add_contact) {
// 跳转到添加联系人页面