mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:22:20 +08:00
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:
parent
9d45324571
commit
2b409a62cd
|
@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user