mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(芒果TV): 弹窗广告(补充规则) (#3406)
This commit is contained in:
@@ -50,20 +50,29 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '应用内广告弹窗',
|
||||
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
||||
matches:
|
||||
'[id="com.hunantv.imgo.activity:id/imgPromotion"] + [id="com.hunantv.imgo.activity:id/vClosePromotionView"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12818464',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
||||
matches: '@TextView[id=null][text=""] - View > Image[id="hotGif"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12818528',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
||||
quickFind: true,
|
||||
matches:
|
||||
'[id="com.hunantv.imgo.activity:id/ivPromotion"] + [id="com.hunantv.imgo.activity:id/btnClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13761169',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user