- 替换原有的flex布局为新的LayoutContainer和ContentContainer组件 - 添加顶部应用标题栏,包含ChinaMobileIcon和AI-RAG标题 - 移除原有的左侧折叠按钮,整合到新的布局容器中 - 调整右侧聊天区域样式,优化背景图片显示方式 - 更新CSS样式以适配新布局结构和高度计算 - 导入新的布局组件并调整现有组件的嵌套关系 |
||
|---|---|---|
| .. | ||
| env | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc.json | ||
| README.md | ||
| admin.html | ||
| chat.html | ||
| env.d.ts | ||
| eslint.config.ts | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
ui
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
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
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint