From dfa86e2abc29c74a96e5469225a938ff0131a1d2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 3 Jun 2024 17:21:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=84=BF=E6=AD=8C=E5=A4=9A=E5=A4=9A):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.duoduo.child.story.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.duoduo.child.story.ts diff --git a/src/apps/com.duoduo.child.story.ts b/src/apps/com.duoduo.child.story.ts new file mode 100644 index 00000000..034be842 --- /dev/null +++ b/src/apps/com.duoduo.child.story.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.duoduo.child.story', + name: '儿歌多多', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '关闭视频上方广告', + rules: [ + { + quickFind: true, + activityIds: 'com.duoduo.child.story.ui.activity.PlayActivity', + matches: '[vid="iv_close_banner"]', + exampleUrls: + 'https://m.gkd.li/57941037/0a4febc1-9a34-41cb-bbca-63c6723fa228', + snapshotUrls: 'https://i.gkd.li/i/15531352', + }, + ], + }, + ], +});