diff --git a/src/apps/com.jsguohua.youquanmall.tt.ts b/src/apps/com.jsguohua.youquanmall.tt.ts new file mode 100644 index 00000000..10c93028 --- /dev/null +++ b/src/apps/com.jsguohua.youquanmall.tt.ts @@ -0,0 +1,33 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jsguohua.youquanmall.tt', + name: '图图影视', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity', + rules: [ + { + matches: '[text^="跳过"][text.length<=3]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13163305', + }, + ], + }, + { + key: 1, + name: '应用内弹窗', + activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity', + rules: [ + { + matches: + '[text="去微信看看"] < FrameLayout ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13163314', + }, + ], + }, + ], +});