From f5deafe937cea51113a44e83d7d15d8027d2abf5 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:31:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=90=E7=9C=8B=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E6=8E=A8=E8=8D=90-=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#183?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(乐看视频):推荐页-广告弹窗 * chore(actions): check_format_lint * feat(乐看视频): 广告弹窗 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.zhl.bmi.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.zhl.bmi.ts diff --git a/src/apps/com.zhl.bmi.ts b/src/apps/com.zhl.bmi.ts new file mode 100644 index 00000000..2faee92e --- /dev/null +++ b/src/apps/com.zhl.bmi.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.zhl.bmi', + name: '乐看视频', + groups: [ + { + key: 2, + name: '广告弹窗', + desc: '点击右上角x', + activityIds: 'com.zhl.bmi.MainActivity', + quickFind: true, + rules: + '@ImageView < FrameLayout[childCount=1] <3 FrameLayout <2 FrameLayout < FrameLayout < [id="android:id/content"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13255787', + 'https://i.gkd.li/import/13255786', + ], + }, + ], +});