初始化提交
This commit is contained in:
14
backend/accounts.sample.json
Normal file
14
backend/accounts.sample.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Melody Key,建议随机生成 UUID": {
|
||||
"loginType": "固定为:phone,目前仅支持手机号+密码登录。下面为示例",
|
||||
"account": "填写手机号。如:18888888888",
|
||||
"password": "填写密码",
|
||||
"platform": "固定为:wy,目前仅支持网易云。"
|
||||
},
|
||||
"melody": {
|
||||
"loginType": "phone",
|
||||
"account": "",
|
||||
"password": "",
|
||||
"platform": "wy"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user