Skip to content

Commit

Permalink
feat(起点读书): 右侧悬浮广告 (gkd-kit#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Sep 25, 2023
1 parent 0d19098 commit 63b3fd2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/apps/com.qidian.QDReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,13 @@ export default defineAppConfig({
rules: '@[id="com.qidian.QDReader:id/ivClose"] + [text^="开启推送"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12640242'],
},
{
key: 5,
name: '右侧悬浮广告',
activityIds: ['com.qidian.QDReader.ui.activity.MainGroupActivity'],
rules:
'[id="com.qidian.QDReader:id/ivAd"] + [id="com.qidian.QDReader:id/ivAdClose"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12717032'],
},
],
});

0 comments on commit 63b3fd2

Please sign in to comment.