feat(网易有道词典): 全屏广告(补充规则) (#3874)

This commit is contained in:
Kun Jinkao 2024-01-14 23:06:04 +08:00 committed by GitHub
parent 42b1fd24e9
commit 9aace9f0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ export default defineAppConfig({
},
{
key: 2,
name: '弹窗广告',
name: '全屏广告',
rules: [
{
key: 0,
@ -60,6 +60,14 @@ export default defineAppConfig({
matches: '@ImageView[id="com.youdao.dict:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/12893450',
},
{
key: 2,
name: '抽奖机会-弹窗广告',
activityIds: 'com.youdao.dict.activity.DictSplashActivity',
quickFind: true,
matches: '[vid="skip_bottom_view"]',
snapshotUrls: 'https://i.gkd.li/import/13931202',
},
],
},
{