mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(大师兄影视): 弹窗广告 (#2717)
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '快手广告',
|
name: '快手广告-1',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches:
|
matches:
|
||||||
'@ImageView <n ViewGroup -2 ViewGroup > ViewGroup > [text="广告"]',
|
'@ImageView <n ViewGroup -2 ViewGroup > ViewGroup > [text="广告"]',
|
||||||
@@ -32,13 +32,28 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
name: '快手广告-2',
|
||||||
|
matches: [
|
||||||
|
'ViewGroup[childCount=2] > ImageView + [text="广告"]',
|
||||||
|
'ViewGroup[childCount=1] > @ViewGroup[childCount=1][clickable=true] > ImageView',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13521143',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '快手广告-3',
|
||||||
|
matches: '[text="广告"] <2 ViewGroup -3 ViewGroup >2 [text="跳过"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13521140',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
name: '腾讯广告-1',
|
name: '腾讯广告-1',
|
||||||
matches:
|
matches:
|
||||||
'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12843282',
|
snapshotUrls: 'https://i.gkd.li/import/12843282',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 4,
|
||||||
name: '腾讯广告-2',
|
name: '腾讯广告-2',
|
||||||
activityIds: 'com.qq.e.ads.ADActivity',
|
activityIds: 'com.qq.e.ads.ADActivity',
|
||||||
matches:
|
matches:
|
||||||
@@ -50,7 +65,7 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 5,
|
||||||
name: '字节广告',
|
name: '字节广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches: '@Image < View +n View > View > View > [text="广告"]',
|
matches: '@Image < View +n View > View > View > [text="广告"]',
|
||||||
|
|||||||
Reference in New Issue
Block a user