- 实现历史对话项的展示和操作菜单(重命名、删除) - 添加 AI 机器人 logo 和新对话图标 SVG 文件 - 引入 ant-design-vue 图标组件库,支持菜单操作图标 - 更新 IndexPage.vue 使用新的布局组件重构页面结构 - 移除原有聊天界面相关逻辑,简化首页展示内容- 添加底部提示文字"内容由 AI 生成,请仔细甄别"
han-ai-robot-frontend-vue3
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Type-Check, Compile and Minify for Production
pnpm build
Lint with ESLint
pnpm lint
Description
Languages
Vue
85.1%
TypeScript
12.2%
CSS
1.4%
HTML
1.3%