feat: Add dashboard, subscription, and account UI components, and update .gitignore to exclude npm cache files.
This commit is contained in:
@@ -12,6 +12,8 @@ const MESSAGES: Record<Locale, Record<string, string>> = {
|
||||
"header.infoAria": "查看系统技术说明",
|
||||
"header.account": "账户",
|
||||
"header.accountAria": "打开账户页",
|
||||
"header.signIn": "登录 / 注册",
|
||||
"header.signInAria": "打开登录注册页",
|
||||
"header.live": "实时",
|
||||
"header.refreshAria": "刷新所有数据",
|
||||
"header.langAria": "切换语言",
|
||||
@@ -164,6 +166,8 @@ const MESSAGES: Record<Locale, Record<string, string>> = {
|
||||
"header.infoAria": "Open system technical notes",
|
||||
"header.account": "Account",
|
||||
"header.accountAria": "Open account center",
|
||||
"header.signIn": "Sign In / Register",
|
||||
"header.signInAria": "Open sign-in page",
|
||||
"header.live": "LIVE",
|
||||
"header.refreshAria": "Refresh all data",
|
||||
"header.langAria": "Switch language",
|
||||
|
||||
Reference in New Issue
Block a user