mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(钉钉): 电脑钉钉自动登录 (#2388)
* feat(钉钉): 电脑钉钉自动登录 * fix(钉钉): 更改错误的resetMatch参数 close #2387
This commit is contained in:
@@ -98,5 +98,21 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 5,
|
||||||
|
name: '扫码自动登录桌面版',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'activity',
|
||||||
|
activityIds: 'com.alibaba.android.user.qrcode.WebLoginActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.alibaba.android.rimet:id/btn_login"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13433981',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user