diff --git a/src/apps/com.yoloho.dayima.ts b/src/apps/com.yoloho.dayima.ts new file mode 100644 index 00000000..20f8facd --- /dev/null +++ b/src/apps/com.yoloho.dayima.ts @@ -0,0 +1,31 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yoloho.dayima', + name: '大姨妈', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13800282', + }, + { + key: 1, + name: '广告弹窗', + matchTime: 10000, + rules: [ + { + key: 0, + name: '腾讯SDK', + matches: + '[id="android:id/content"] >n FrameLayout[index=2] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13800255', + }, + ], + }, + ], +});