DDAC游戏盾后台前端

piks 53fed157bf style: 移除按钮的type="primary"和class="is-solid"属性以简化样式 hace 6 horas
.husky 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 hace 3 días
.vscode 5e209f4051 feat: init hace 1 semana
public 7cd7209dee feat(theme): 更新主题颜色和布局样式 hace 1 semana
src 53fed157bf style: 移除按钮的type="primary"和class="is-solid"属性以简化样式 hace 6 horas
vite f7651939ba feat(auth): 添加注册页面和登录注册切换功能 hace 1 semana
.dockerignore cf68c906a3 build: 添加 Docker 相关配置文件 hace 3 días
.env.development 39889e257d refactor: 统一管理 token 键名并优化 pinia 初始化 hace 3 días
.env.production 39889e257d refactor: 统一管理 token 键名并优化 pinia 初始化 hace 3 días
.gitignore 7129bc2220 chore: 更新.gitignore文件,添加weekworkdos目录 hace 1 semana
.prettierignore 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 hace 3 días
.prettierrc 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 hace 3 días
CODE_REVIEW.md f5466a2cb0 feat(api): 添加API抽象层及mock实现 hace 2 días
Dockerfile 357d4a90e6 build: 跳过 vue-tsc 类型检查仅使用 vite build hace 3 días
README.md 5e209f4051 feat: init hace 1 semana
auto-imports.d.ts 0067c1b25e feat(权限管理): 实现按钮级权限控制和菜单管理功能 hace 6 horas
components.d.ts 0067c1b25e feat(权限管理): 实现按钮级权限控制和菜单管理功能 hace 6 horas
deploy.sh 9c1143931a ci: 添加部署脚本用于自动构建和重启容器 hace 3 días
eslint.config.js 0876b8ec05 chore(eslint): 禁用 no-undef 规则以避免与 auto-import 冲突 hace 10 horas
index.html 5e209f4051 feat: init hace 1 semana
nginx.conf 545b7d5630 docs(nginx): 注释后端API代理配置以备将来使用 hace 3 días
package.json 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 hace 3 días
pnpm-lock.yaml 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 hace 3 días
tsconfig.app.json 3960458961 refactor: 清理未使用的代码并调整 TypeScript 配置 hace 10 horas
tsconfig.json 5e209f4051 feat: init hace 1 semana
tsconfig.node.json 5e209f4051 feat: init hace 1 semana
vite.config.ts 4947f2780f feat(router): 添加路由配置和基础页面结构 hace 1 semana

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.