From f3a973b40919957826222cc25a55b0ce83a9aa42 Mon Sep 17 00:00:00 2001 From: yanyu2023 <130368710+yanyu2023@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:17:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8F=AE=E5=92=9A=E4=B9=B0=E8=8F=9C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1648)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(叮咚买菜): 开屏广告 * feat(叮咚买菜): 开屏广告 --------- Co-authored-by: 二刺螈 close #1650 --- src/apps/com.yaya.zone.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.yaya.zone.ts diff --git a/src/apps/com.yaya.zone.ts b/src/apps/com.yaya.zone.ts new file mode 100644 index 00000000..3fde77f2 --- /dev/null +++ b/src/apps/com.yaya.zone.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yaya.zone', + name: '叮咚买菜', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.yaya.zone:id/tv_skip"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13215214', + }, + ], + }, + ], +});