云盾Buff加成。

This commit is contained in:
2026-07-19 06:12:57 +08:00
parent 8713872d62
commit 18e41a7a8d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Jul 18 21:57:32 GMT 2026
#Sat Jul 18 22:10:41 GMT 2026
stageCount=11
libraryProject=
baseVersion=15.20
publishVersion=15.20.10
buildCount=29
buildCount=30
baseBetaVersion=15.20.11
@@ -91,11 +91,11 @@ public class DunQueryView extends LinearLayout {
boolean isAllowed = rules.isAllowed(phoneNumber, true);
if (isAllowed) {
mTvResult.setText("允许接通");
mTvResult.setText("这个号码很新,什么防御都不会启动。");
mTvResult.setTextColor(mContext.getResources().getColor(R.color.green_normal));
LogUtils.d(TAG, "queryDunStatus: 号码" + phoneNumber + " 允许接通");
} else {
mTvResult.setText("拦截");
mTvResult.setText("你说我像云像雾像雨又像风~~~ 怎么来来去去,怎么也又播不通~~~");
mTvResult.setTextColor(mContext.getResources().getColor(R.color.red_normal));
LogUtils.d(TAG, "queryDunStatus: 号码" + phoneNumber + " 被拦截");
}