mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(今日头条): 浮窗广告(优化规则) (#3410)
This commit is contained in:
@@ -39,18 +39,20 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 2,
|
||||
name: '浮窗广告',
|
||||
quickFind: true,
|
||||
activityIds: ['com.ss.android.article.news.activity.MainActivity'],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: [
|
||||
'com.ss.android.article.news.activity.MainActivity',
|
||||
'com.ss.android.ugc.detail.activity.TikTokActivity',
|
||||
],
|
||||
matches:
|
||||
'@ImageView < FrameLayout[childCount=2] < FrameLayout < FrameLayout <2 FrameLayout <4 [id="android:id/tabhost"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13262675'],
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'@ImageView <2 FrameLayout < FrameLayout < FrameLayout <5 RelativeLayout < LinearLayout <2 ViewPager <2 FrameLayout < FrameLayout <3 [id="android:id/tabhost"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13274622'],
|
||||
'FrameLayout > FrameLayout > FrameLayout[childCount=2] > ImageView + ImageView[clickable=true][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13262675',
|
||||
'https://i.gkd.li/import/13274622',
|
||||
'https://i.gkd.li/import/13761236',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user