halo-admin/packages/api-client/src
Ryan Wang 1dd0d89738
feat: add supports for initialize preset plugins (#894)
#### What type of PR is this?

/kind feature

#### What this PR does / why we need it:

支持在初始化页面安装预设插件。适配:https://github.com/halo-dev/halo/pull/3394

#### Which issue(s) this PR fixes:

Fixes https://github.com/halo-dev/halo/issues/3120

#### Special notes for your reviewer:

测试方式:

1. Halo 需要切换到 https://github.com/halo-dev/halo/pull/3394
2. Console 需要 `pnpm build:packages`
3. 根据 https://github.com/halo-dev/halo/pull/3394 中的提示,将需要预设的插件放置到 `src/main/resources/presets/plugins`
4. 使用全新的环境进行初始化,完成之后进入插件管理检查是否正常安装了预设插件

#### Does this PR introduce a user-facing change?

```release-note
Console 端支持在初始化页面安装预设插件。
```
2023-02-28 14:26:18 +00:00
..
.openapi-generator refactor: request api of user data (#882) 2023-02-24 06:06:14 +00:00
api feat: add supports for initialize preset plugins (#894) 2023-02-28 14:26:18 +00:00
models feat: add supports for initialize preset plugins (#894) 2023-02-28 14:26:18 +00:00
.gitignore chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
.npmignore chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
.openapi-generator-ignore chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
.openapi_config.yaml chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
api.ts chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
base.ts feat: add supports for initialize preset plugins (#894) 2023-02-28 14:26:18 +00:00
common.ts chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
configuration.ts chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
git_push.sh chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
index.ts chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00