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 20, 2024
1 parent 6e1bdf9 commit 6cef14e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/apps/com.duitang.main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineAppConfig({
],
},
{
name: '首页-推荐浏览广告',
name: '局部广告-推荐浏览广告',
desc: '关闭推荐浏览页面广告',
key: 2,
activityIds: ['com.duitang.main.business.main.NAMainActivity'],
Expand All @@ -31,7 +31,7 @@ export default defineAppConfig({
],
},
{
name: '去商店评分',
name: '评价提示',
desc: '点击[下次再说]',
key: 3,
actionMaximum: 1,
Expand All @@ -44,5 +44,18 @@ export default defineAppConfig({
},
],
},
{
key: 4,
quickFind: true,
name: '全屏广告-图片页广告弹窗',
desc: '点击X',
rules: [
{
activityIds: 'com.duitang.main.business.display.ImageActivity',
matches: '[id="com.duitang.main:id/popUpbtnClose"]',
snapshotUrls: 'https://i.gkd.li/import/13997011',
},
],
},
],
});

0 comments on commit 6cef14e

Please sign in to comment.