From 26428d51221ada1eeeb14b1e2a1792ac3b0da2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Wed, 20 Sep 2023 00:58:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9APP=E7=94=B3=E8=AF=B7=E4=BD=BF=E7=94=A8=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 5eeca611..c4cb51e5 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -48,12 +48,9 @@ export default defineAppConfig({ enable: false, key: 3, name: '第三方APP申请使用授权弹窗', - desc: '自动点击允许', + desc: '自动点击允许,但由于此界面可以额外新建昵称头像,默认不启用', activityIds: ['com.tencent.mm.plugin.base.stub.UIEntryStub'], - rules: [ - 'TextView + TextView[text="申请使用"]', - 'Button[text="拒绝"] - Button[text="允许"]', - ], + rules: 'Button[text="拒绝"] - Button[text="允许"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12663602', }, {