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