diff --git a/src/apps/com.huodao.hdphone.ts b/src/apps/com.huodao.hdphone.ts new file mode 100644 index 00000000..dbca8dca --- /dev/null +++ b/src/apps/com.huodao.hdphone.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huodao.hdphone', + name: '找靓机', + groups: [ + { + key: 1, + quickFind: true, + name: '全屏广告-超级补贴日弹窗', + desc: '点击X', + rules: [ + { + matches: + '[id="android:id/content"] >2 [id="com.huodao.hdphone:id/dialog_close"]', + snapshotUrls: 'https://i.gkd.li/import/13927567', + }, + ], + }, + ], +});