mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:02:27 +08:00
fix(QQ): 优化规则
使用Button[text="拒绝"] - Button[text="登录"] 防止不同版本的 QQ 控件 id 不一致
This commit is contained in:
parent
963634d702
commit
ba4c3cb77e
|
@ -105,7 +105,7 @@ export default defineAppConfig({
|
|||
key: 7,
|
||||
name: '扫一扫-登录确认',
|
||||
activityIds: 'com.tencent.biz.qrcode.activity.QRLoginAuthActivity',
|
||||
rules: '[id$="/nkz"]',
|
||||
rules: 'Button[text="拒绝"] - Button[text="登录"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12789287',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user