feat(京东): 京东账号登录授权 (#1049)

close #1046
This commit is contained in:
Kun Jinkao
2023-10-15 02:20:27 +08:00
committed by GitHub
parent f1639c2e66
commit 541ad1bfb9

View File

@@ -66,5 +66,14 @@ export default defineAppConfig({
}, },
], ],
}, },
{
enable: false,
key: 10,
name: '京东账号登录授权',
desc: '自动点击【确认登录】',
activityIds: 'com.jingdong.app.mall.WebActivity',
rules: '[text="京东登录"] > [desc="确认登录"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12901734',
},
], ],
}); });