From 16f561d4d06f3fe7136ddaec5cdd2c75650c1b3e Mon Sep 17 00:00:00 2001 From: Adam <3246057843@qq.com> Date: Wed, 18 Oct 2023 00:25:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=9C=9C=E9=9B=AA=E5=86=B0=E5=9F=8E):=20?= =?UTF-8?q?=E4=B8=BB=E7=95=8C=E9=9D=A2=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=20(#1179)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.mxbc.mxsa.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.mxbc.mxsa.ts b/src/apps/com.mxbc.mxsa.ts index e2c9063f..02f9bf19 100644 --- a/src/apps/com.mxbc.mxsa.ts +++ b/src/apps/com.mxbc.mxsa.ts @@ -10,10 +10,23 @@ export default defineAppConfig({ activityIds: ['com.mxbc.mxsa.modules.splash.SplashActivity'], rules: [ { + key: 1, matches: '[id="com.mxbc.mxsa:id/count_down"]', snapshotUrls: 'https://gkd-kit.songe.li/import/12840093', }, ], }, + { + key: 2, + name: '主界面弹窗广告', + activityIds: ['com.mxbc.mxsa.modules.main.MainActivity'], + rules: [ + { + key: 1, + matches: '[id="com.mxbc.mxsa:id/close"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12929345', + }, + ], + }, ], });