mirror of https://github.com/halo-dev/halo-admin
![]() #### What type of PR is this? /kind bug #### What this PR does / why we need it: 修复保存文章设置导致发布时间丢失的问题。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3080 #### Special notes for your reviewer: 测试方式: 1. 创建若干文章。 2. 返回到文章管理列表。 3. 打开任意文章的设置。 4. 检查发布时间是否回显,然后保存。 5. 保存之后检查发布时间是否还存在。 #### Does this PR introduce a user-facing change? ```release-note 修复 Console 端保存文章设置导致发布时间丢失的问题。 ``` |
||
---|---|---|
.changeset | ||
.github | ||
.husky | ||
.vscode | ||
cypress | ||
docs | ||
packages | ||
public | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.env.development | ||
.env.production | ||
.eslintrc.cjs | ||
.gitignore | ||
.gitpod.yml | ||
.npmignore | ||
.npmrc | ||
.prettierignore | ||
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 |