DDAC游戏盾后台前端

lbq f5466a2cb0 feat(api): 添加API抽象层及mock实现 1 day ago
.husky 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 2 days ago
.vscode 5e209f4051 feat: init 1 week ago
public 7cd7209dee feat(theme): 更新主题颜色和布局样式 1 week ago
src f5466a2cb0 feat(api): 添加API抽象层及mock实现 1 day ago
vite f7651939ba feat(auth): 添加注册页面和登录注册切换功能 1 week ago
.dockerignore cf68c906a3 build: 添加 Docker 相关配置文件 2 days ago
.env.development 39889e257d refactor: 统一管理 token 键名并优化 pinia 初始化 2 days ago
.env.production 39889e257d refactor: 统一管理 token 键名并优化 pinia 初始化 2 days ago
.gitignore 7129bc2220 chore: 更新.gitignore文件,添加weekworkdos目录 1 week ago
.prettierignore 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 2 days ago
.prettierrc 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 2 days ago
CODE_REVIEW.md f5466a2cb0 feat(api): 添加API抽象层及mock实现 1 day ago
Dockerfile 357d4a90e6 build: 跳过 vue-tsc 类型检查仅使用 vite build 2 days ago
README.md 5e209f4051 feat: init 1 week ago
auto-imports.d.ts f7651939ba feat(auth): 添加注册页面和登录注册切换功能 1 week ago
components.d.ts c4f9947b89 feat: 添加SDK详情页功能及图表组件 4 days ago
deploy.sh 9c1143931a ci: 添加部署脚本用于自动构建和重启容器 2 days ago
eslint.config.js 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 2 days ago
index.html 5e209f4051 feat: init 1 week ago
nginx.conf 545b7d5630 docs(nginx): 注释后端API代理配置以备将来使用 2 days ago
package.json 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 2 days ago
pnpm-lock.yaml 3276db87e1 chore: 添加 ESLint、Prettier 和 Husky 配置 2 days ago
tsconfig.app.json f7651939ba feat(auth): 添加注册页面和登录注册切换功能 1 week ago
tsconfig.json 5e209f4051 feat: init 1 week ago
tsconfig.node.json 5e209f4051 feat: init 1 week ago
vite.config.ts 4947f2780f feat(router): 添加路由配置和基础页面结构 1 week ago

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.