Commit Graph

121 Commits (main)

Author SHA1 Message Date
sp mac bookpro 2605 0fd6274854 refactor(constants): rename default model icon to include size and color info 2026-05-25 23:36:21 +08:00
sp mac bookpro 2605 2a925ff514 build: add @types/node devDependency for vite config 2026-05-25 23:32:15 +08:00
sp mac bookpro 2605 e47cf675f0 fix(agent): use default placeholder for missing model icons and add constants file 2026-05-25 23:29:00 +08:00
sp mac bookpro 2605 c23df17355 fix(agent): constrain model logo size and handle long model names in select dropdown 2026-05-25 23:18:47 +08:00
sp mac bookpro 2605 7cf68160a8 feat(agent): support selecting models from api with calculated prices 2026-05-25 23:03:19 +08:00
sp mac bookpro 2605 109d9cc779 fix(agent): replace tailwind classes with custom css for avatar hover overlay 2026-05-25 19:28:20 +08:00
sp mac bookpro 2605 150a0b5a3a style(agent): improve visibility of avatar change overlay text 2026-05-25 19:16:16 +08:00
sp mac bookpro 2605 6ad12d8ad9 chore(vite): change dev server port to 3001 2026-05-24 22:07:22 +08:00
sp mac bookpro 2605 d336ea50af chore(api): change all production api endpoints to hoyidata.com 2026-05-24 20:58:13 +08:00
sp mac bookpro 2605 c03e54867f refactor(api): use absolute production URLs for all API calls instead of local proxy 2026-05-24 20:01:52 +08:00
sp mac bookpro 2605 3bae006887 chore(vite): proxy /api to https://api.redhare.cc/aura/v1 2026-05-24 19:52:11 +08:00
sp mac bookpro 2605 a77affbd0e fix(agent): correctly use initForm instead of form for description tag clicks 2026-05-24 19:48:59 +08:00
sp mac bookpro 2605 3d46372688 fix(agent): force form re-render when clicking tag to fill description 2026-05-24 19:42:07 +08:00
sp mac bookpro 2605 0793d8549e feat(agent): allow clicking tag to quick-fill description 2026-05-24 19:36:56 +08:00
sp mac bookpro 2605 cf4791b34d feat(chat): refactor chat page layout with secondary agent list sidebar
- 聊天页移至 /chat 路由,不再强制依赖 URL id
- 左侧增加二级侧边栏:展示用户所有 Agent 列表
- 当未选择 Agent 时显示空白状态占位
- 历史会话迁移至顶部栏『历史对话』Drawer 内
2026-05-24 19:13:40 +08:00
sp mac bookpro 2605 e474b4578d fix(auth): keep mock login and update title
- index.html 标题更新为 驷马智能
- mock 登录持久化到 localStorage,刷新不丢失
- mock 模式下 401 不再自动重定向回 /login,避免无法进入内部页面
2026-05-24 17:37:45 +08:00
sp mac bookpro 2605 889a58b4e8 feat(login): refactor layout and defer auth request
- Login 内容区固定 1440px,左右分栏对齐
- 将 LoginPage 内联样式抽离到 styles.css
- 移除启动时 /api/auth/me;改为点击登录时调用 https://api.redhare.cc/aura/v1/urser(失败默认通过)
2026-05-24 16:47:38 +08:00
sp mac bookpro 2605 79ae3ab274 chore(vite): change dev server port from 5173 to 3000 2026-05-24 16:24:35 +08:00
sp mac bookpro 2605 607b9bb9e7 chore: migrate from my-content-site (Next.js) to Vite-based aura-web
- Remove legacy my-content-site Next.js scaffold
- Add new Vite project structure (src/, public/, index.html, vite.config.ts)
- Add Docker support (Dockerfile, docker-compose.yml, nginx.conf)
- Add .env.example, .gitignore and updated README
2026-05-24 16:19:15 +08:00
yezhen 6aae76c636 feat: bootstrap Next.js content site 2026-05-15 16:36:01 +08:00
redhare 99750c6e79 添加 README.md 2026-05-15 16:12:18 +08:00