feat: add identification page

This commit is contained in:
2025-12-18 06:46:27 +09:00
parent e3d3df9ecb
commit ea5a0004da
17 changed files with 696 additions and 79 deletions
+11
View File
@@ -4,6 +4,17 @@ export const zh = {
manager: '管理',
footer: '© {year} PMS Playlist Sync。已连接到 Docker 后端。',
},
auth: {
title: '登录',
subtitle: '登录后管理播放列表同步',
username: '用户名',
password: '密码',
loginBtn: '登录',
logout: '登出',
loggingIn: '验证中...',
invalidCredentials: '用户名或密码错误',
welcome: '欢迎,{user}',
},
common: {
save: '保存',
cancel: '取消',