diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 991371c4e..364c29bf8 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -544,14 +544,11 @@ export default defineAppConfig({ key: 22, name: '功能类-开启青少年模式后的每日验证', desc: '点击"验证密码"', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', rules: [ { activityIds: 'com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI', - matches: 'WebView[childCount=6] View[index=4] > [text="验证密码"]', + matches: + 'WebView[childCount=6] View[index=4] > [text="验证密码"][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/14050004', }, ],