From b2f80497c030dbe2b4f359d7fda1b2c96db6eb38 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:56:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=89=BE=E9=9D=93=E6=9C=BA):=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=B6=85=E7=BA=A7=E8=A1=A5?= =?UTF-8?q?=E8=B4=B4=E6=97=A5=E5=BC=B9=E7=AA=97=20(#3857)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(找靓机):全屏广告-超级补贴日弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.huodao.hdphone.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.huodao.hdphone.ts 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', + }, + ], + }, + ], +});