alboped d4a91f11cb
All checks were successful
CI / build (push) Successful in 2m17s
feat: 短信登录、会话续签与侧栏体验优化
新增 auth/paths 与登录页;HTTP 与流式聊天在 401 时续签,失败则清理会话并跳转登录。
侧栏用户信息区布局修复;用户菜单项间距与验证码发送冷却、antd 发送按钮。

Made-with: Cursor
2026-04-21 06:30:43 +08:00
2026-04-13 00:50:51 +08:00
2026-03-30 16:12:58 +08:00
2026-04-05 18:53:41 +08:00

chat-one-web

基于 React + Vite + React Router + TailwindCSS + Ant Design 的 ChatOne Web 项目。

技术栈

  • React
  • Vite
  • React Router
  • vite-plugin-pages基于文件自动生成路由
  • TailwindCSS
  • Ant Design

本地开发

yarn
yarn dev

默认启动地址:http://localhost:5173

构建

yarn build

路由说明

本项目使用 vite-plugin-pages 自动扫描 src/pages 目录生成路由:

  • src/pages/index.tsx -> /
Description
ChatOne web端
Readme 2 MiB
Languages
TypeScript 83.5%
HTML 9.4%
CSS 5.2%
JavaScript 0.8%
Shell 0.6%
Other 0.5%