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

Commit

Permalink
feat(网易有道词典):首页卡片广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 22, 2024
1 parent 0c337ab commit 037afaf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/apps/com.youdao.dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '卡片式广告',
name: '局部广告-卡片式广告',
rules: [
{
key: 0,
Expand All @@ -29,6 +29,12 @@ export default defineAppConfig({
'https://i.gkd.li/import/13800056',
],
},
{
key: 2,
activityIds: 'com.youdao.dict.activity.MainActivity',
matches: '[id="com.youdao.dict:id/home_ad_close"]',
snapshotUrls: 'https://i.gkd.li/import/14009705',
},
],
},
{
Expand Down Expand Up @@ -72,15 +78,15 @@ export default defineAppConfig({
},
{
key: 4,
name: 'VIP-弹窗',
name: '全屏广告-VIP弹窗',
activityIds: 'com.youdao.dict.vip.activity.RecallSevenDayVipActivity',
rules: '@ImageView[id="com.youdao.dict:id/iv_close"]',
quickFind: true,
snapshotUrls: 'https://i.gkd.li/import/13263706',
},
{
key: 5,
name: '评价弹窗',
name: '评价提示',
activityIds: 'com.youdao.dict.activity.MainActivity',
quickFind: true,
resetMatch: 'app',
Expand All @@ -91,7 +97,7 @@ export default defineAppConfig({
},
{
key: 6,
name: '更新弹窗',
name: '更新提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
Expand Down

0 comments on commit 037afaf

Please sign in to comment.