Commit Graph

4 Commits

Author SHA1 Message Date
dzq 118d10208b refactor: remove i18n dependency and hardcode strings in components
- Updated ChatInput.vue to remove i18n and handle model value updates directly.
- Refactored NavBar.vue to use a static title map instead of i18n.
- Simplified TabBar.vue by replacing i18n calls with hardcoded titles.
- Removed i18n usage in various pages (charts, counter, forgot-password, index, keepalive, llm-chat, login, mock, profile, register, scroll-cache, settings, unocss).
- Deleted localization files (en-US.json, zh-CN.json) and i18n utility functions.
- Updated constants to provide static app name and description.
- Adjusted page titles in set-page-title.ts to use static names.
- Cleaned up TypeScript types by removing unused i18n types.
2025-12-19 10:09:47 +08:00
dengquanzhang 3f8689f7ad 新增AI聊天界面,包括消息气泡、输入组件、聊天页面和类型定义 2025-12-18 01:00:25 +08:00
dzq 0cff0fda69 Refactor code structure for improved readability and maintainability 2025-12-17 17:34:35 +08:00
dzq 9edd33b062 init 2025-12-17 16:49:16 +08:00