mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind bug /milestone 2.0-rc.2 #### What this PR does / why we need it: 修复选择未分组的分组时,上传附件会将分组设置为 `ungrouped` 的问题。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/2777 #### Special notes for your reviewer: 测试方式: 1. 新建若干附件分组。 2. 切换到未分组,然后打开上传弹框,上传若干附件。 3. 检查所上传附件是否归为未分组。 4. 切换到其他分组,上传若干附件,检查所上传附件是否归为正确分组。 #### Does this PR introduce a user-facing change? ```release-note 修复在 Console 端选择未分组的分组时,上传附件会将分组设置为 `ungrouped` 的问题。 ``` |
||
---|---|---|
.changeset | ||
.github | ||
.husky | ||
.vscode | ||
cypress | ||
docs | ||
packages | ||
public | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.env.development | ||
.env.production | ||
.eslintrc.cjs | ||
.gitignore | ||
.gitpod.yml | ||
.npmignore | ||
.npmrc | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
README.md | ||
cypress.json | ||
env.d.ts | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
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 | ||
vitest.config.ts |
README.md
README
Halo 2.0 的管理端项目(原 halo-admin)
注意
当前分支为 Halo 2.0 的 Console 端开发分支,目前 Halo 2.0 处于 Alpha 测试阶段,不建议从 1.5 直接升级,也不建议在生产环境使用。Console 端稳定版本(Halo 1.5)请查阅以下地址:
- 1.5 分支:https://github.com/halo-dev/console/tree/release-1.5
- 1.6 分支:https://github.com/halo-dev/console/tree/release-1.6
当前仓库已经将
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