From 0166f6a4cb61d90fb404b95cad0fe7b626c03425 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:55:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=97=AE=E7=9C=9F=E5=85=AB=E5=AD=97?= =?UTF-8?q?=E6=8E=92=E7=9B=98):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#1399)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(问真八字排盘) * feat(问真八字排盘): 规则优化 --------- Co-authored-by: lisonge close #1392 --- src/apps/com.wzwh.bzpaipan.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.wzwh.bzpaipan.ts diff --git a/src/apps/com.wzwh.bzpaipan.ts b/src/apps/com.wzwh.bzpaipan.ts new file mode 100644 index 00000000..2ff3fa76 --- /dev/null +++ b/src/apps/com.wzwh.bzpaipan.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wzwh.bzpaipan', + name: '问真八字排盘', + groups: [ + { + key: 3, + name: '全屏广告', + quickFind: true, + activityIds: 'com.qq.e.ads.PortraitADActivity', + rules: + '@ImageView[clickable=true] < LinearLayout[childCount=1] <2 FrameLayout[childCount=2] < [id="android:id/content"][childCount=1]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13162912', + }, + ], +});