first commit
site-dist-deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-01-29 04:16:00 -08:00
commit e233c87fe6
81 changed files with 11399 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# hi-partner
代理合伙人页面
### 启动环境
nvm use 24
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```