From c94f6a49185376d1fe681367ff1f4c61eb1f2ebf Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:35:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=89=E5=A4=A7=E9=93=B6=E8=A1=8C):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97,=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cebbank.mobile.cemb.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.cebbank.mobile.cemb.ts diff --git a/src/apps/com.cebbank.mobile.cemb.ts b/src/apps/com.cebbank.mobile.cemb.ts new file mode 100644 index 00000000..4cb1f790 --- /dev/null +++ b/src/apps/com.cebbank.mobile.cemb.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cebbank.mobile.cemb', + name: '光大银行', + groups: [ + { + key: 1, + name: '更新弹窗', + activityIds: 'com.cebbank.mobile.cemb.view.CustomizedDialog', + rules: '@[text="不再提示"] +2 [text="立即更新"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727241', + }, + { + key: 2, + name: '首页广告弹窗', + activityIds: 'com.cebbank.mobile.cemb.ui.activity.SplashActivity', + rules: '[id="com.cebbank.mobile.cemb:id/home_advertising_iv_close"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727248', + }, + ], +});