diff --git a/src/apps/com.kaoshibaodian.app.ts b/src/apps/com.kaoshibaodian.app.ts new file mode 100644 index 00000000..357571fc --- /dev/null +++ b/src/apps/com.kaoshibaodian.app.ts @@ -0,0 +1,46 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.kaoshibaodian.app', + name: '考试宝', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + fastQuery: true, + activityIds: 'ksbd.quiz.QuizActivity', + matches: + 'FrameLayout[childCount=5] > @FrameLayout[childCount=1][text=null] > ImageView[childCount=0][text=null] <(3,4) FrameLayout[childCount>3] > FrameLayout[childCount=1] > ImageView[childCount=0][text=null]', + exampleUrls: 'https://e.gkd.li/92252573-11c8-4ce8-a0df-4c7e94b7c101', + snapshotUrls: 'https://i.gkd.li/i/16492018', + }, + ], + }, + ], +});