From 04586d6538beae9026361761fba6c3ffd8da34d1 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:45:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=9D=E5=AE=9D=E7=94=9F=E6=B4=BB?= =?UTF-8?q?=E8=AE=B0=E5=BD=95):=20=E5=BA=94=E7=94=A8=E5=86=85=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=20(#3079)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3078 --- src/apps/com.bluemobile.flutterbabylife.ts | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.bluemobile.flutterbabylife.ts diff --git a/src/apps/com.bluemobile.flutterbabylife.ts b/src/apps/com.bluemobile.flutterbabylife.ts new file mode 100644 index 00000000..0f70a53d --- /dev/null +++ b/src/apps/com.bluemobile.flutterbabylife.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bluemobile.flutterbabylife', + name: '宝宝生活记录', + groups: [ + { + key: 1, + name: '应用内广告弹窗', + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + key: 0, + name: '字节SDK', + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: 'View[childCount=7] > View[index=1]', + snapshotUrls: 'https://i.gkd.li/import/13632639', + }, + ], + }, + ], +});