mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
perf(网易有道词典): 局部广告-卡片广告
This commit is contained in:
@@ -155,55 +155,35 @@ export default defineGkdApp({
|
||||
key: 8,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
fastQuery: true,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '右下角悬浮卡片',
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'com.youdao.dict.activity.MainActivity',
|
||||
'com.youdao.dict.activity.DictQueryActivity',
|
||||
],
|
||||
matches: '[vid="aivClose"][visibleToUser=true]',
|
||||
matches:
|
||||
'[vid="aivClose" || vid="course_one_course_close"][visibleToUser=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/e365b983-15c7-4ac7-acd7-9d7be4c45160',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14468564',
|
||||
'https://i.gkd.li/i/14468628', // visibleToUser=true 防止在此页面选中屏幕外节点
|
||||
'https://i.gkd.li/i/14567234',
|
||||
'https://i.gkd.li/i/14895765',
|
||||
'https://i.gkd.li/i/17082441',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '主页卡片广告',
|
||||
fastQuery: true,
|
||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||
matches: '[vid="home_ad_close"][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14009705',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '单词页面下方广告',
|
||||
fastQuery: true,
|
||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||
matches: '[vid="course_four_course_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/4045988d-93bb-4aad-80dd-f14da296a214',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14559287',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '单词页面下方学习技巧',
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'com.youdao.dict.activity.MainActivity',
|
||||
'.activity.DictQueryActivity',
|
||||
],
|
||||
matches: '[vid="course_one_course_close"]',
|
||||
exampleUrls: 'https://e.gkd.li/61aa8078-fe01-43ee-8989-1ab824f9a0d3',
|
||||
matches:
|
||||
'[vid="home_ad_close" || vid="course_four_course_close" || vid="promotion_close_zone"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14895765',
|
||||
'https://i.gkd.li/i/17082441',
|
||||
'https://i.gkd.li/i/14009705',
|
||||
'https://i.gkd.li/i/14559287',
|
||||
'https://i.gkd.li/i/17115693',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user