mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(驾考宝典): 弹窗广告(补充规则)、请求开启通知权限弹窗 (#2707)
* feat 请求开启通知权限弹窗 * feat 弹窗广告(补充规则)
This commit is contained in:
@@ -41,7 +41,25 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13476039',
|
snapshotUrls: 'https://i.gkd.li/import/13476039',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '课程广告',
|
||||||
|
activityIds: 'com.handsgo.jiakao.android.main.activity.MainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'[id="com.handsgo.jiakao.android:id/adsdk__ids_cta_layout"] - * > [id="com.handsgo.jiakao.android:id/close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13523033',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '请求开启通知权限弹窗',
|
||||||
|
activityIds: [],
|
||||||
|
quickFind: true,
|
||||||
|
rules:
|
||||||
|
'[text="开启专属学习资料推送"] + [id="com.handsgo.jiakao.android:id/closeIv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13520296',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user