js 切换账号OCR方案 (#628)
* Create README.md * add files * Update main.js 修改填写密码的点击逻辑 * Update main.js 增加切换账号成功提示
This commit is contained in:
13
repo/js/切换账号(OCR)版本/settings.json
Normal file
13
repo/js/切换账号(OCR)版本/settings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "username",
|
||||
"type": "input-text",
|
||||
"label": "账号(账号只保存在本地,请妥善保管)"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "input-text",
|
||||
"label": "密码(账号只保存在本地,请妥善保管)"
|
||||
}
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user