基于React + TypeScript + Tailwind CSS构建的智能客服助手管理系统,提供完整的AI客服解决方案。
npm install
npm run dev
npm run build
npm run preview
admin@example.compassword聊天组件会自动显示在页面右下角,支持:
系统完全支持响应式设计:
ai-customer-service/ ├── public/ # 静态资源 ├── src/ │ ├── components/ # 可复用组件 │ │ ├── Layout.tsx # 主布局组件 │ │ └── ChatWidget.tsx # 聊天组件 │ ├── pages/ # 页面组件 │ │ ├── LoginPage.tsx │ │ ├── Dashboard.tsx │ │ ├── KnowledgeBase.tsx │ │ ├── ConversationHistory.tsx │ │ ├── Analytics.tsx │ │ ├── HandoffManagement.tsx │ │ └── Settings.tsx │ ├── types/ # TypeScript类型定义 │ ├── utils/ # 工具函数和模拟数据 │ ├── App.tsx # 主应用组件 │ ├── main.tsx # 应用入口 │ └── index.css # 全局样式 ├── package.json ├── vite.config.ts ├── tailwind.config.js └── tsconfig.json
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情
如有问题或建议,请通过以下方式联系:
注意: 这是一个演示项目,包含模拟数据。在生产环境中使用时,请替换为真实的后端API和数据库。