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

Commit

Permalink
feat(VIVO 电子书): 通知弹窗 (#3729)
Browse files Browse the repository at this point in the history
* feat(VIVO 电子书): 通知弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
xiaowonet and github-actions[bot] authored Jan 14, 2024
1 parent 9d45324 commit 2b409a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.chaozh.iReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,22 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '通知弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
excludeActivityIds:
'com.zhangyue.iReader.read.ui.Activity_BookBrowser_TXT',
rules: [
{
matches:
'@ImageView[clickable=true] +(1,2) TextView[text="开启推送通知"]',
snapshotUrls: 'https://i.gkd.li/import/13837961',
},
],
},
],
});

0 comments on commit 2b409a6

Please sign in to comment.