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