mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 扫一扫-登录确认(补充 activityId) (#1411)
This commit is contained in:
@@ -129,9 +129,15 @@ export default defineAppConfig({
|
|||||||
key: 7,
|
key: 7,
|
||||||
name: '扫一扫-登录确认',
|
name: '扫一扫-登录确认',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.biz.qrcode.activity.QRLoginAuthActivity',
|
activityIds: [
|
||||||
|
'com.tencent.biz.qrcode.activity.QRLoginAuthActivity',
|
||||||
|
'com.tencent.mobileqq.activity.DevLockQuickVerifyActivity',
|
||||||
|
],
|
||||||
rules: 'Button[text="拒绝"] - Button[text="登录"]',
|
rules: 'Button[text="拒绝"] - Button[text="登录"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12789287',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12789287',
|
||||||
|
'https://i.gkd.li/import/13166314',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user