Files
mymelody/backend/accounts.sample.json
2026-01-07 16:46:09 +08:00

15 lines
402 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Melody Key建议随机生成 UUID": {
"loginType": "固定为phone目前仅支持手机号+密码登录。下面为示例",
"account": "填写手机号。如18888888888",
"password": "填写密码",
"platform": "固定为wy目前仅支持网易云。"
},
"melody": {
"loginType": "phone",
"account": "",
"password": "",
"platform": "wy"
}
}