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

Commit

Permalink
feat(oppo阅读): 首页广告、首页浮窗、今日推荐 (#2187)
Browse files Browse the repository at this point in the history
* feat(oppo阅读):首页广告、首页浮窗、今日推荐

* chore(actions): check_format_lint

* feat(oppo阅读):首页广告、首页浮窗、今日推荐

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
zeXtreme and github-actions[bot] authored Nov 18, 2023
1 parent 5e45e62 commit d5154bf
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/apps/com.heytap.reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,47 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '首页广告',
rules: [
{
quickFind: true,
matches:
'[id="com.zhangyue.commonplugin:id/dialog_welfare_card_close"]',
exampleUrls:
'https://m.gkd.li/6328439/4feb19d4-f90f-4ed5-b025-9c2a6e4fc479',
snapshotUrls: 'https://i.gkd.li/import/13387130',
},
],
},
{
key: 3,
name: '首页浮窗',
rules: [
{
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
quickFind: true,
matches: '[id="com.heytap.reader:id/float_delete"]',
exampleUrls:
'https://m.gkd.li/6328439/860371ea-1f09-4f82-8ed6-1436eca4a50d',
snapshotUrls: 'https://i.gkd.li/import/13387138',
},
],
},
{
key: 4,
name: '今日推荐',
rules: [
{
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
quickFind: true,
matches: '[id="com.heytap.reader:id/iv_float_read_continue_close"]',
exampleUrls:
'https://m.gkd.li/6328439/3ee7210c-970e-4c9a-acb6-9254245c27a0',
snapshotUrls: 'https://i.gkd.li/import/13387159',
},
],
},
],
});

0 comments on commit d5154bf

Please sign in to comment.