halo-admin/packages/shared
Ryan Wang f2f657b55c
refactor: structure of the setting extension (#616)
#### What type of PR is this?

/kind improvement
/milestone 2.0
/kind api-change

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

重构 Setting 模型的结构,适配 https://github.com/halo-dev/halo/pull/2440

todo list:

- [x] 更新 `@halo-dev/api-client`

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

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

#### Special notes for your reviewer:

测试方式:

1. 本地 admin 仓库切换到当前 PR 的分支,halo 仓库切换到 https://github.com/halo-dev/halo/pull/2440 PR 的分支。
2. 测试后台各个表单功能是否正常。
3. 主题设置表单可使用 https://github.com/halo-sigs/theme-anatole/pull/2 PR 的分支进行测试。

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

```release-note
None
```
2022-09-22 08:26:13 +00:00
..
src refactor: structure of the setting extension (#616) 2022-09-22 08:26:13 +00:00
.eslintrc.cjs feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
env.d.ts feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
package.json chore: bump dependencies 2022-09-20 11:33:03 +08:00
postcss.config.js perf: refine tailwindcss config 2022-07-11 12:25:24 +08:00
prettier.config.js feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
tailwind.config.js perf: refine tailwindcss config 2022-07-11 12:25:24 +08:00
tsconfig.app.json feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
tsconfig.json feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
tsconfig.vite-config.json feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
tsconfig.vitest.json feat: create admin-shared package (#581) 2022-06-16 10:42:13 +00:00
vite.config.ts feat: support for dynamically adding child routes to a route 2022-08-09 12:05:40 +08:00