Go to file
Ryan Wang 6d0e13365a feat: add formkit custom input of repeater (halo-dev/console#692)
#### What type of PR is this?

/kind feature
/milestone 2.0

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

为 FormKit 添加 Repeater 输入类型,用于让用户动态操作一个对象数组。

使用方式可以查阅:https://github.com/ruibaby/halo-console/tree/feat/formkit-repeater/docs/custom-formkit-input#repeater

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

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

#### Screenshots:

<img width="635" alt="image" src="https://user-images.githubusercontent.com/21301288/201640327-5eb0489a-2193-445d-9dfe-7405ae75a297.png">

#### Special notes for your reviewer:

/cc @halo-dev/sig-halo-console 

测试方式:

1. 按照 https://github.com/ruibaby/halo-console/tree/feat/formkit-repeater/docs/custom-formkit-input#repeater 文档,在主题或者插件中使用 FormKit Schema 的形式定义设置表单,然后对表单进行保存等设置,检查是否符合预期。
2. 或者使用 https://github.com/halo-sigs/theme-earth/tree/refactor/setting-spec 主题进行测试,这个分支已经对社交媒体和侧边栏进行了适配。可以在主题设置中测试社交媒体和侧边栏配置,检查在主题端的效果。

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

```release-note
为 FormKit 添加 Repeater 输入类型。
```
2022-11-15 07:48:17 +00:00
.changeset
.github
.husky chore: remove the step to run unit tests and typecheck before git commit (halo-dev/console#658) 2022-10-24 03:22:10 +00:00
.vscode
cypress
docs feat: add formkit custom input of repeater (halo-dev/console#692) 2022-11-15 07:48:17 +00:00
packages feat: add formkit custom input of repeater (halo-dev/console#692) 2022-11-15 07:48:17 +00:00
public
src feat: add formkit custom input of repeater (halo-dev/console#692) 2022-11-15 07:48:17 +00:00
.dockerignore
.editorconfig
.env.development
.env.production
.eslintrc.cjs
.gitignore
.gitpod.yml
.npmignore
.npmrc
Dockerfile
LICENSE
Makefile
OWNERS
README.md docs: update repobeats analytics images source for readme file (halo-dev/console#659) 2022-10-24 08:04:11 +00:00
cypress.json
env.d.ts
index.html
package.json feat: add formkit custom input of repeater (halo-dev/console#692) 2022-11-15 07:48:17 +00:00
pnpm-lock.yaml feat: add formkit custom input of repeater (halo-dev/console#692) 2022-11-15 07:48:17 +00:00
pnpm-workspace.yaml
postcss.config.js
prettier.config.js
tailwind.config.js
tsconfig.app.json
tsconfig.json
tsconfig.vite-config.json
tsconfig.vitest.json
vite.config.ts refactor: load the logo as an inline svg (halo-dev/console#664) 2022-10-26 03:10:14 +00:00
vitest.config.ts refactor: load the logo as an inline svg (halo-dev/console#664) 2022-10-26 03:10:14 +00:00

README.md

README

Halo logo

Halo 2.0 的管理端项目(原 halo-admin

GitHub release GitHub GitHub last commit GitHub Workflow Status Gitpod ready-to-code


注意

当前分支为 Halo 2.0 的 Console 端开发分支,目前 Halo 2.0 处于 Alpha 测试阶段,不建议从 1.5 直接升级也不建议在生产环境使用。Console 端稳定版本Halo 1.5)请查阅以下地址:

当前仓库已经将 halo-admin 改为了 console。但对于 Halo 1.x 版本,依旧保持 halo-admin 的概念。

开发环境运行

# pnpm@7.0.0+
npm install -g pnpm
pnpm install 
pnpm build:packages
pnpm dev

生产构建

pnpm build

状态

Repobeats analytics