feat: modify ui service startup way (#350)

```release-note
修改 UI 服务启动方式为直接从 pnpm 启动
```
wan92hen-patch-1
mashirot 6 months ago committed by GitHub
parent c9f55fac58
commit f74035fc49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,19 +41,10 @@ git clone https://github.com/halo-dev/halo
## 运行 UI 服务
```bash
cd path/to/halo
```
Linux / macOS 平台:
```bash
./gradlew :ui:dev
```
Windows 平台:
```bash
./gradlew.bat :ui:dev
cd path/to/halo/ui
pnpm install
pnpm build:packages
pnpm dev
```
最终控制台打印了如下信息即代表运行正常:

Loading…
Cancel
Save