Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(网易有道词典):全屏广告(补充activityid)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 26, 2024
1 parent 037afaf commit eeaa347
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/apps/com.youdao.dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@ export default defineAppConfig({
{
key: 2,
name: '抽奖机会-弹窗广告',
activityIds: 'com.youdao.dict.activity.DictSplashActivity',
activityIds: [
'com.youdao.dict.activity.DictSplashActivity',
'com.youdao.dict.activity.DictHotBootSplashActivity',
],
quickFind: true,
matches: '[vid="skip_bottom_view"]',
snapshotUrls: 'https://i.gkd.li/import/13931202',
snapshotUrls: [
'https://i.gkd.li/import/13931202',
'https://i.gkd.li/import/14064647',
],
},
],
},
Expand Down

0 comments on commit eeaa347

Please sign in to comment.