feat: add i18n support and enhance session UI (#50)

This commit is contained in:
Chen
2026-01-10 22:07:22 +08:00
committed by GitHub
parent c659446fc1
commit aaaad33e61
36 changed files with 960 additions and 210 deletions
+2
View File
@@ -0,0 +1,2 @@
export { default as en } from './en'
export { default as zhCN } from './zh-CN'