mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
perf(今日头条): 分段广告-信息流广告 (#534)
This commit is contained in:
@@ -118,7 +118,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 12,
|
||||
name: '分段广告-信息流广告',
|
||||
desc: '点击右上角x按钮,点击不感兴趣',
|
||||
desc: '点击右上角x按钮,点击[不感兴趣]',
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'com.ss.android.article.news.activity.MainActivity',
|
||||
@@ -137,20 +137,15 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
preKeys: [0],
|
||||
key: 2,
|
||||
activityIds: 'com.ss.android.article.news.activity.MainActivity',
|
||||
matches: '@[clickable=true] >2 [text="不感兴趣"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16624395',
|
||||
},
|
||||
{
|
||||
preKeys: [0, 2],
|
||||
key: 1,
|
||||
name: '点击不感兴趣',
|
||||
matches: '@[clickable=true] > [text="不感兴趣"]',
|
||||
matches: '@[clickable=true] >(1,2) [text="不感兴趣"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/12733152',
|
||||
'https://i.gkd.li/i/12755265',
|
||||
'https://i.gkd.li/i/16624474',
|
||||
'https://i.gkd.li/i/16624395',
|
||||
'https://i.gkd.li/i/17893117',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user