mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(网易有道词典): 卡片式广告(优化规则) (#3580)
This commit is contained in:
@@ -17,18 +17,27 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '词条页面广告',
|
name: '卡片式广告',
|
||||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches: '[text="广告"] - [id="com.youdao.dict:id/close"]',
|
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12668574',
|
quickFind: true,
|
||||||
|
matches: '[text="广告"] - [vid="close"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12668574',
|
||||||
|
'https://i.gkd.li/import/13800055',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
matches: '[id="com.youdao.dict:id/close_pop"][text="收起广告"]',
|
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12668583',
|
quickFind: true,
|
||||||
|
matches: '[vid="close_pop"][text="收起广告"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12668583',
|
||||||
|
'https://i.gkd.li/import/13800056',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user