Commit Graph

5 Commits (d336ea50afc10c9a0ea91c26b7343e4d6f5e2674)

Author SHA1 Message Date
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 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 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