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