feat: close #741 add auth page

This commit is contained in:
Yidadaa
2023-06-07 02:18:24 +08:00
parent 57514e91b6
commit ebbd0128f1
6 changed files with 119 additions and 12 deletions

View File

@@ -5,7 +5,14 @@ const en: RequiredLocaleType = {
WIP: "Coming Soon...",
Error: {
Unauthorized:
"Unauthorized access, please enter access code in settings page.",
"Unauthorized access, please enter access code in [auth](/#/auth) page.",
},
Auth: {
Title: "Need Access Code",
Tips: "Please enter access code below",
Input: "access code",
Confirm: "Confirm",
Later: "Later",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} messages`,