fix: improve email typing with verification and remove example accounts file

This commit is contained in:
Rempacious
2025-12-09 14:45:05 +08:00
parent 62d905f398
commit e98edd6b93
5 changed files with 71 additions and 95 deletions

View File

@@ -1,81 +0,0 @@
{
// See docs/accounts.md for detailed configuration guide
// Maximum 5 accounts recommended
"accounts": [
{
"enabled": true,
"email": "",
"password": "",
"totp": "",
"recoveryEmail": "",
"phoneNumber": "",
"proxy": {
"proxyAxios": false,
"url": "",
"port": 0,
"username": "",
"password": ""
}
},
{
"enabled": false,
"email": "",
"password": "",
"totp": "",
"recoveryEmail": "",
"phoneNumber": "",
"proxy": {
"proxyAxios": false,
"url": "",
"port": 0,
"username": "",
"password": ""
}
},
{
"enabled": false,
"email": "",
"password": "",
"totp": "",
"recoveryEmail": "",
"phoneNumber": "",
"proxy": {
"proxyAxios": false,
"url": "",
"port": 0,
"username": "",
"password": ""
}
},
{
"enabled": false,
"email": "",
"password": "",
"totp": "",
"recoveryEmail": "",
"phoneNumber": "",
"proxy": {
"proxyAxios": false,
"url": "",
"port": 0,
"username": "",
"password": ""
}
},
{
"enabled": false,
"email": "",
"password": "",
"totp": "",
"recoveryEmail": "",
"phoneNumber": "",
"proxy": {
"proxyAxios": false,
"url": "",
"port": 0,
"username": "",
"password": ""
}
}
]
}