From da8c7df92c711f6708e9a70fda8a6873b16d2f86 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 23:25:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=91=86=E8=90=8C=E4=BB=B7):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88GKD1.7=E6=9C=89=E6=95=88?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lxkj.dmhw.ts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/apps/com.lxkj.dmhw.ts diff --git a/src/apps/com.lxkj.dmhw.ts b/src/apps/com.lxkj.dmhw.ts new file mode 100644 index 00000000..4122bdd6 --- /dev/null +++ b/src/apps/com.lxkj.dmhw.ts @@ -0,0 +1,30 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lxkj.dmhw', + name: '呆萌价', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + key: 0, + quickFind: true, + action: 'clickCenter', + position: { + left: 'width * 0.8981', + top: 'width * 0.1629', + }, + matches: '[id="com.lxkj.dmhw:id/animation_view"]', + exampleUrls: + 'https://m.gkd.li/57941037/c523fe10-484f-4bdb-b331-51745e494af1', + snapshotUrls: 'https://i.gkd.li/i/13246178', + }, + ], + }, + ], +});