2
0

fix: 登录接口参数变更

This commit is contained in:
TsMask
2024-11-27 15:37:03 +08:00
parent 074f9282dd
commit b82f71b763
6 changed files with 7 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
npm install -g pnpm
```bash
npm install -g pnpm
pnpm i
```
> 由于本项目采用了 pnpm monorepo 的管理方式,因此请不要使用 npm 或 yarn 来安装依赖。
@@ -31,4 +32,4 @@ pnpm dev
```bash
pnpm build
```
```