feat(美团外卖): 开屏广告、更新弹窗 (#2322)

* feat 开屏广告

* feat 更新弹窗
This commit is contained in:
Kun Jinkao
2023-11-20 21:45:59 +08:00
committed by GitHub
parent c760798cca
commit a5f487d261

View File

@@ -7,20 +7,22 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: quickFind: true,
'com.sankuai.meituan.takeoutnew.ui.page.boot.SplashAdActivity', matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text*=`跳过`]', rules: 'TextView[text*=`跳过`]',
}, },
{ {
key: 1, key: 1,
name: '关闭更新弹窗', name: '更新弹窗',
matchLauncher: true, actionMaximum: 1,
activityIds: resetMatch: 'app',
'com.sankuai.waimai.business.page.homepage.widget.dialog.UpdateForceInstallDialog', rules: '[id="com.sankuai.meituan.takeoutnew:id/wm_upgrade_force_cancel"]',
rules: [ snapshotUrls: [
'[id="com.sankuai.meituan.takeoutnew:id/wm_upgrade_force_cancel"]', // 1686969252896 'https://i.gkd.li/import/13415044',
'https://i.gkd.li/import/13276882',
], ],
snapshotUrls: 'https://i.gkd.li/import/13276882', // matchLauncher
}, },
{ {
key: 2, key: 2,