From 4e95529c02af1c054da90405c99a82f21433f145 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:38:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B3=A2=E7=82=B9=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1300)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(波点音乐): 开屏广告 * Update cn.wenyu.bodian.ts * feat(波点音乐): 规则优化 --------- Co-authored-by: lisonge close #1297 --- src/apps/cn.wenyu.bodian.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/cn.wenyu.bodian.ts diff --git a/src/apps/cn.wenyu.bodian.ts b/src/apps/cn.wenyu.bodian.ts new file mode 100644 index 00000000..bc59a75f --- /dev/null +++ b/src/apps/cn.wenyu.bodian.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.wenyu.bodian', + name: '波点音乐', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + activityIds: 'cn.wenyu.bodian.MainActivity', + rules: + '[id="cn.wenyu.bodian:id/splash_container"] < FrameLayout > TextView[text="跳过广告"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13062529', + }, + ], +});