feat(auth): 实现登录注册功能并重构 App 组件

- 新增登录和注册页面组件
- 实现用户认证和权限管理逻辑
- 重构 App 组件,使用 Router 和 AuthProvider
- 添加管理员面板和论坛页面组件

Change-Id: Iaa4502616970e75e3268537f73c75dac8f60e24d
37 files changed
tree: 269b2d4a5fc49abc4f32a8be56f481723f614e64
  1. public/
  2. src/
  3. .gitignore
  4. eslint.config.js
  5. index.html
  6. package-lock.json
  7. package.json
  8. postcss.config.js
  9. README.md
  10. tailwind.config.js
  11. vite.config.js
  12. vitest.config.js
README.md

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: