mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
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:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user