From acdad269f837fbd0cc1dd82884bca2a7feb9b3df Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:04:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=98=80=E5=98=80=E5=8A=A8=E6=BC=AB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1461)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cartoon.dddm.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.cartoon.dddm.ts diff --git a/src/apps/com.cartoon.dddm.ts b/src/apps/com.cartoon.dddm.ts new file mode 100644 index 00000000..1376eaa4 --- /dev/null +++ b/src/apps/com.cartoon.dddm.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cartoon.dddm', + name: '嘀嘀动漫', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'info.zzjdev.musicdownload.start.SplashActivity1', + matchLauncher: true, + rules: '[id="com.cartoon.dddm:id/splash_container"] >n [text^="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13188500', + }, + ], +});