From 54f58dcf4ba0a447060d2fc929d730c452488348 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:58:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E6=AD=A5=E7=82=B9):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A,=E9=A6=96=E9=A1=B5=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=20(#563)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/run.xbud.android.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/run.xbud.android.ts diff --git a/src/apps/run.xbud.android.ts b/src/apps/run.xbud.android.ts new file mode 100644 index 00000000..a2d8f014 --- /dev/null +++ b/src/apps/run.xbud.android.ts @@ -0,0 +1,26 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'run.xbud.android', + name: '小步点', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'run.xbud.android.mvp.ui.other.SplashActivity', + rules: '[id="run.xbud.android:id/bodyLayout"] >n [text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12777125', + }, + { + key: 1, + name: '首页广告弹窗', + activityIds: 'run.xbud.android.mvp.ui.other.MainActivity', + rules: + '[id="run.xbud.android:id/ksad_tk_view"] >n @ViewGroup[clickable=true] > ImageView', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12777133', + 'https://gkd-kit.songe.li/import/12777134', + ], + }, + ], +});