From e5b1fb542b6c08116f8b2c019dd3de8208ab5eae Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:57:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(Blued):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A,=E4=BA=A4=E5=8F=8B=E9=A1=B5=E9=9D=A2-=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=8D=A1=E7=89=87=20(#562)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.soft.blued.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.soft.blued.ts diff --git a/src/apps/com.soft.blued.ts b/src/apps/com.soft.blued.ts new file mode 100644 index 00000000..ed87b75b --- /dev/null +++ b/src/apps/com.soft.blued.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.soft.blued', + name: 'Blued', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.blued.android.core.ui.TerminalActivity', + rules: '[id="com.soft.blued:id/fl_ad_content"] >n [text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12777070', + }, + { + key: 1, + name: '交友页面-广告卡片', + activityIds: 'com.blued.android.core.ui.TerminalActivity', + rules: + '[id="com.soft.blued:id/ad_container"] >n [id="com.soft.blued:id/img_close"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12777097', + }, + ], +});