Go to file
cc 58284f3fe0 feat: add login/auth system + blog page with rainbow design
- Client: auth API wrapper (api/auth.ts) + useAuth hook with localStorage persistence

- Client: LoginPage/LoginForm with remember-me and loading states

- Client: BlogPage with hero section, rainbow spotlight cursor effect, post list

- Client: CSS rainbow gradient utilities for text/borders/backgrounds

- Server: POST /api/web/login with username/password verification + token

- Server: CORS extended to POST + Content-Type header

- Server: auth.rs token issuer, serde dependency for JSON

- Chore: gitignore Server/.vite

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-18 00:00:38 +08:00
Client feat: add login/auth system + blog page with rainbow design 2026-06-18 00:00:38 +08:00
Server feat: add login/auth system + blog page with rainbow design 2026-06-18 00:00:38 +08:00
.gitignore feat: add login/auth system + blog page with rainbow design 2026-06-18 00:00:38 +08:00