feat(VIVO 电子书): 通知弹窗 (#3729)

* feat(VIVO 电子书): 通知弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
xiaowonet 2024-01-14 20:23:15 +08:00 committed by GitHub
parent 9d45324571
commit 2b409a62cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
], ],
}); });