mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(喵趣漫画): 全屏广告(补充规则)
This commit is contained in:
@@ -31,7 +31,7 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告',
|
||||
name: '全屏广告',
|
||||
activityIds: [
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
|
||||
'com.aster.comic.app.view.MainActivity',
|
||||
@@ -40,10 +40,10 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '腾讯SDK',
|
||||
name: '腾讯SDK-1',
|
||||
actionDelay: 350, //防误触
|
||||
matches:
|
||||
'[id="android:id/content"] >(-n+4) FrameLayout > FrameLayout[childCount=1] > ImageView[index=0 && id!=null]',
|
||||
'[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13830354',
|
||||
'https://i.gkd.li/i/13842716',
|
||||
@@ -93,6 +93,14 @@ export default defineGkdApp({
|
||||
'https://i.gkd.li/i/13837855', //规则2
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '腾讯SDK-2',
|
||||
actionDelay: 350, //防误触
|
||||
matches:
|
||||
'[id="android:id/content"] >3 FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15173845',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user