From cfd9a49cd91564d22ecde48a2b9ead969b121512 Mon Sep 17 00:00:00 2001 From: cjy0812 Date: Thu, 12 Feb 2026 01:12:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=93=94=E5=93=A9=E5=8F=91?= =?UTF-8?q?=E8=AF=84=E5=8F=8D=E8=AF=88=20=E5=B1=80=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E6=A3=80=E6=9F=A5=E8=AF=84=E8=AE=BA=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=90=8E=E5=8F=B0=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ....freedomIntrovert.biliSendCommAntifraud.ts | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts diff --git a/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts b/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts new file mode 100644 index 000000000..53a48f29c --- /dev/null +++ b/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts @@ -0,0 +1,21 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'icu.freedomIntrovert.biliSendCommAntifraud', + name: '哔哩发评反诈', + groups: [ + { + key: 1, + name: '局部广告-检查评论自动后台等待', + rules: [ + { + fastQuery: true, + activityIds: + 'icu.freedomIntrovert.biliSendCommAntifraud.ByXposedLaunchedActivity', + matches: 'Button[text="后台等待"]', + snapshotUrls: 'https://i.gkd.li/i/25240613', + }, + ], + }, + ], +}); From 088fc1fc2dea140e9fada649452c4c5aac7b8dae Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 12 Feb 2026 20:26:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts b/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts index 53a48f29c..498389057 100644 --- a/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts +++ b/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts @@ -6,13 +6,13 @@ export default defineGkdApp({ groups: [ { key: 1, - name: '局部广告-检查评论自动后台等待', + name: '功能类-检查评论自动点击后台等待', rules: [ { fastQuery: true, activityIds: 'icu.freedomIntrovert.biliSendCommAntifraud.ByXposedLaunchedActivity', - matches: 'Button[text="后台等待"]', + matches: 'Button[text="后台等待"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/25240613', }, ],