mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
23 lines
641 B
JSON
23 lines
641 B
JSON
[
|
||
{
|
||
"name": "Modes",
|
||
"type": "select",
|
||
"label": "切换模式",
|
||
"options": [
|
||
"下拉列表",
|
||
"账号+密码",
|
||
"账号+密码+OCR"
|
||
],
|
||
"default": "下拉列表"
|
||
},
|
||
{
|
||
"name": "username",
|
||
"type": "input-text",
|
||
"label": "账号(只保存在本地,请妥善保管)\n下拉列表手机号格式:114******98\n下拉列表邮箱格式:11****1@919.com\n账号密码模式请输入完整的手机号或邮箱"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "input-text",
|
||
"label": "密码(只保存在本地,请妥善保管)\n切换模式为下拉列表时无需填写"
|
||
}
|
||
] |