feat(i18n): 为评论系统添加国际化支持

- 在管理后台引入 vue-i18n 并添加多语言文件
- 为前端评论组件添加翻译功能,支持自动语言检测
- 在功能设置中新增管理后台和组件语言配置选项
- 更新 API 接口以支持语言设置存储
- 优化菜单项文本溢出显示样式
This commit is contained in:
anghunk
2026-02-10 14:26:38 +08:00
parent 860830cee2
commit 4d9e2d8d31
39 changed files with 6023 additions and 332 deletions

View File

@@ -11,6 +11,7 @@
"@phosphor-icons/vue": "^2.2.1",
"echarts": "^5.5.0",
"vue": "^3.5.13",
"vue-i18n": "^9.14.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
@@ -20,4 +21,4 @@
"vite": "^6.0.11",
"vue-tsc": "^2.1.10"
}
}
}