diff --git a/src/apps/com.banjixiaoguanjia.app.ts b/src/apps/com.banjixiaoguanjia.app.ts new file mode 100644 index 00000000..89cdc50f --- /dev/null +++ b/src/apps/com.banjixiaoguanjia.app.ts @@ -0,0 +1,35 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.banjixiaoguanjia.app', + name: '班级小管家', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.zero.flutter_gromore_ads.page.AdSplashActivity', + matchLauncher: true, + quickFind: true, + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12904614', + }, + { + key: 1, + name: '应用内广告卡片', + activityIds: 'com.banjixiaoguanjia.app.MainActivity', + rules: [ + { + key: 0, + matches: '[id="com.byted.pangle:id/tt_bu_close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12904612', + }, + { + preKeys: 0, + key: 1, + matches: '@LinearLayout > [text="不感兴趣"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12906196', + }, + ], + }, + ], +});