From e067474e3b07cba64b836d0089f7050ed1e3176e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:20:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=82=B9=E6=B7=98):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1612)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.live.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.taobao.live.ts diff --git a/src/apps/com.taobao.live.ts b/src/apps/com.taobao.live.ts new file mode 100644 index 00000000..e12f19a2 --- /dev/null +++ b/src/apps/com.taobao.live.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.taobao.live', + name: '点淘', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.taobao.live:id/splash_jump_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13206942', + }, + ], +});