From a5f487d2614f5be3cb24284b3e829987d33a3ad6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:45:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E5=9B=A2=E5=A4=96=E5=8D=96):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#2322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat 更新弹窗 --- src/apps/com.sankuai.meituan.takeoutnew.ts | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/apps/com.sankuai.meituan.takeoutnew.ts b/src/apps/com.sankuai.meituan.takeoutnew.ts index 8528a705..32760052 100644 --- a/src/apps/com.sankuai.meituan.takeoutnew.ts +++ b/src/apps/com.sankuai.meituan.takeoutnew.ts @@ -7,20 +7,22 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: - 'com.sankuai.meituan.takeoutnew.ui.page.boot.SplashAdActivity', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: 'TextView[text*=`跳过`]', }, { key: 1, - name: '关闭更新弹窗', - matchLauncher: true, - activityIds: - 'com.sankuai.waimai.business.page.homepage.widget.dialog.UpdateForceInstallDialog', - rules: [ - '[id="com.sankuai.meituan.takeoutnew:id/wm_upgrade_force_cancel"]', // 1686969252896 + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.sankuai.meituan.takeoutnew:id/wm_upgrade_force_cancel"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13415044', + 'https://i.gkd.li/import/13276882', ], - snapshotUrls: 'https://i.gkd.li/import/13276882', // matchLauncher }, { key: 2,