fix: 番茄小说 权限提示-通知权限#135
Merged
Merged
Conversation
Signed-off-by: Ling0402 <cjy081219@Gmail.com>
Signed-off-by: Ling0402 <cjy081219@Gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
现有的规则无法处理在阅读界面点击催更或打赏后弹出的通知权限对话框。
阅读界面与原规则的
activityIds均不同,且原规则对matchTime、actionMaximum字段做了配置。考虑到通知权限对话框可能多次触发,且大概率会在打开APP10秒以后才出现,为保持兼容性,故新建了一条规则,将原规则的字段由规则组全局移动到单条规则内。