diff --git a/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts b/src/apps/icu.freedomIntrovert.biliSendCommAntifraud.ts new file mode 100644 index 000000000..498389057 --- /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="后台等待"][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/25240613', + }, + ], + }, + ], +});