From 2ec1a20ee208193c14de754bf5098f70244436ca Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:29:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=89=9B=E5=90=AC=E5=90=AC):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.benew.ntt.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.benew.ntt.ts diff --git a/src/apps/com.benew.ntt.ts b/src/apps/com.benew.ntt.ts new file mode 100644 index 00000000..4c180197 --- /dev/null +++ b/src/apps/com.benew.ntt.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.benew.ntt', + name: '牛听听', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.benew.ntt.AdActivity', + rules: '[id="com.benew.ntt:id/ad_skip"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12740387', + }, + ], +});