js 切换账号OCR方案 (#628)

* Create README.md

* add files

* Update main.js

修改填写密码的点击逻辑

* Update main.js

增加切换账号成功提示
This commit is contained in:
彩虹QQ人
2025-04-22 20:52:48 +08:00
committed by GitHub
parent eb91701fb3
commit 8b4e5d72d3
15 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[
{
"name": "username",
"type": "input-text",
"label": "账号(账号只保存在本地,请妥善保管)"
},
{
"name": "password",
"type": "input-text",
"label": "密码(账号只保存在本地,请妥善保管)"
}
]