feat: Add dashboard, subscription, and account UI components, and update .gitignore to exclude npm cache files.

This commit is contained in:
2569718930@qq.com
2026-03-13 08:51:06 +08:00
parent 1e541433e5
commit 003aff98d6
17 changed files with 413 additions and 568 deletions
+4
View File
@@ -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",