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

feat(网易有道词典): 局部广告-首页-视频广告、规范规则组命名 #4064

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 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 Down Expand Up @@ -72,15 +72,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,13 +91,20 @@ export default defineAppConfig({
},
{
key: 6,
name: '更新弹窗',
name: '更新提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules:
'[id="com.youdao.dict:id/tv_version"] + [id="com.youdao.dict:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13627912',
},
{
key: 7,
name: '局部广告-首页-视频广告',
quickFind: true,
rules: '[vid="home_ad_close"]',
snapshotUrls: 'https://i.gkd.li/import/14037717',
},
],
});