Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 29e2416

Browse files
cjy0812AIsouler
andauthored
feat: 哔哩发评反诈 局部广告-检查评论自动后台等待 (#1874)
Co-authored-by: AIsouler <zy43220@gmail.com>
1 parent a6655a6 commit 29e2416

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'icu.freedomIntrovert.biliSendCommAntifraud',
5+
name: '哔哩发评反诈',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '功能类-检查评论自动点击后台等待',
10+
rules: [
11+
{
12+
fastQuery: true,
13+
activityIds:
14+
'icu.freedomIntrovert.biliSendCommAntifraud.ByXposedLaunchedActivity',
15+
matches: 'Button[text="后台等待"][visibleToUser=true]',
16+
snapshotUrls: 'https://i.gkd.li/i/25240613',
17+
},
18+
],
19+
},
20+
],
21+
});

0 commit comments

Comments
 (0)