feat: 添加Cookie登录功能及自动获取等相关管理设置

feat: #413 #424
This commit is contained in:
alger
2025-08-06 22:36:30 +08:00
parent 09ccd9f2a6
commit 16aeaf2948
18 changed files with 1245 additions and 115 deletions
+19 -5
View File
@@ -1,22 +1,36 @@
export default {
title: {
qr: 'QR Code Login',
phone: 'Phone Login'
phone: 'Phone Login',
token: 'Cookie Login'
},
qrTip: 'Scan with NetEase Cloud Music APP',
phoneTip: 'Login with NetEase Cloud account',
tokenTip: 'Enter a valid NetEase Cloud Music Cookie to login',
placeholder: {
phone: 'Phone Number',
password: 'Password'
password: 'Password',
token: 'Please enter NetEase Cloud Music Cookie (token)'
},
button: {
login: 'Login',
switchToQr: 'QR Code Login',
switchToPhone: 'Phone Login'
switchToPhone: 'Phone Login',
switchToToken: 'Use Cookie Login',
backToQr: 'Back to QR Code Login',
tokenLogin: 'Cookie Login',
autoGetCookie: 'Auto Get Cookie'
},
message: {
loginSuccess: 'Login successful',
tokenLoginSuccess: 'Cookie login successful',
loadError: 'Error loading login information',
qrCheckError: 'Error checking QR code status'
}
qrCheckError: 'Error checking QR code status',
tokenRequired: 'Please enter Cookie',
tokenInvalid: 'Invalid Cookie, please check and try again',
autoGetCookieSuccess: 'Auto get Cookie successful',
autoGetCookieFailed: 'Auto get Cookie failed',
autoGetCookieTip: 'Will open NetEase Cloud Music login page, please complete login and close the window'
},
qrTitle: 'NetEase Cloud Music QR Code Login'
};