Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(微信): 功能类-解锁 Windows 微信
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 5, 2024
1 parent 1bf6fd6 commit 8d2df69
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,5 +702,20 @@ export default defineAppConfig({
},
],
},
{
key: 29,
name: '功能类-解锁 Windows 微信',
desc: '点击[解锁]',
rules: [
{
quickFind: true,
activityIds: 'com.tencent.mm.plugin.webwx.ui.WebWXUnlockUI',
matches: '[text="解锁"]',
exampleUrls:
'https://m.gkd.li/57941037/85bb6dcd-0d04-46c1-af14-6e4b57ff4dca',
snapshotUrls: 'https://i.gkd.li/i/14490116',
},
],
},
],
});

0 comments on commit 8d2df69

Please sign in to comment.