mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(一刻相册): 全屏广告-弹窗广告(补充activityid)
This commit is contained in:
@@ -69,22 +69,27 @@ export default defineAppConfig({
|
|||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
desc: '点击x关闭广告提示',
|
desc: '点击x关闭广告提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
activityIds: [
|
||||||
|
'com.baidu.youavideo.home.view.HomeActivity',
|
||||||
|
'com.baidu.youavideo.preview.ui.hometimeline.TimelinePreviewActivity',
|
||||||
|
'com.baidu.youavideo.preview.ui.search.SearchPreviewActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
activityIds: 'com.baidu.youavideo.home.view.HomeActivity',
|
|
||||||
matches:
|
matches:
|
||||||
'[id="com.baidu.youavideo:id/dialog_home_pop_close_button"] ',
|
'[id="com.baidu.youavideo:id/dialog_home_pop_close_button"] ',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/13048700'],
|
snapshotUrls: ['https://i.gkd.li/import/13048700'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
activityIds:
|
|
||||||
'com.baidu.youavideo.preview.ui.hometimeline.TimelinePreviewActivity',
|
|
||||||
matches: '[id="com.baidu.youavideo:id/iv_close"]',
|
matches: '[id="com.baidu.youavideo:id/iv_close"]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/3aa0e107-e31f-4e5a-8969-1fcd8310281d',
|
'https://m.gkd.li/57941037/3aa0e107-e31f-4e5a-8969-1fcd8310281d',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/14133595',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/14133595',
|
||||||
|
'https://i.gkd.li/import/14217352',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -62,12 +62,15 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '稀有龙鹅卡掉落',
|
name: '稀有龙鹅卡掉落/瓜分现金',
|
||||||
matches:
|
matches:
|
||||||
'RelativeLayout[childCount=2] > ImageView + RelativeLayout[childCount=2] > ImageView',
|
'RelativeLayout[childCount=2] > ImageView + RelativeLayout[childCount=2] > ImageView',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/3922e10b-ed7e-41c0-955c-88189876548d',
|
'https://m.gkd.li/57941037/3922e10b-ed7e-41c0-955c-88189876548d',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/14155603',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/14155603',
|
||||||
|
'https://i.gkd.li/import/14217033',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user