feat(麦当劳): 优惠券弹窗 (#2817)

* Add files via upload

* chore(actions): check_format_lint

* Update com.mcdonalds.gma.cn.ts

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
lyc452
2023-12-05 20:30:46 +08:00
committed by GitHub
parent 8aaa0cb424
commit 99be4619c3

View File

@@ -19,5 +19,18 @@ export default defineAppConfig({
rules: '[id="com.mcdonalds.gma.cn:id/tv_cancel"][text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/13259242',
},
{
enable: false,
key: 2,
name: '优惠券弹窗',
desc: '自动关闭',
rules: [
{
activityIds: 'com.mcdonalds.gma.cn.activity.MainActivity',
matches: '[id="com.mcdonalds.gma.cn:id/iv_ad_close"]',
snapshotUrls: 'https://i.gkd.li/import/13465873',
},
],
},
],
});