mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 13:32:40 +08:00
feat(百度贴吧): 申请消息提醒弹窗 (#3186)
* feat(百度贴吧):申请消息提醒弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d3053fa148
commit
85fcf97d34
|
@ -43,10 +43,23 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 1,
|
||||
name: '申请消息提醒弹窗',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity',
|
||||
rules: '@ImageView[clickable=true] -2 LinearLayout > [text^="打开通知"]',
|
||||
matches:
|
||||
'@ImageView[clickable=true] -2 LinearLayout > [text^="打开通知"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13536170',
|
||||
},
|
||||
{
|
||||
activityIds:
|
||||
'com.baidu.tieba.immessagecenter.mention.reply.ReplyMeActivity',
|
||||
matches: 'TextView[text="开启消息推送"] +2 TextView[text="不开启"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13675694',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 2,
|
||||
|
|
Loading…
Reference in New Issue
Block a user