mirror of https://github.com/halo-dev/halo
![]() * feat: add original password verification for password change * chore: update properties file * Refine ui Signed-off-by: Ryan Wang <i@ryanc.cc> * chore: update properties file * fix: confirm assword * fix: unit test case * feat: add new api for change own password * chore: regenerate api client * chore: adapt to UI * chore: enusre old password not blank --------- Signed-off-by: Ryan Wang <i@ryanc.cc> Co-authored-by: Ryan Wang <i@ryanc.cc> |
||
---|---|---|
.. | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.openapi_config.yaml | ||
.prettierrc.js | ||
README.md | ||
build.config.ts | ||
openapitools.json | ||
package.json | ||
tsconfig.json |
README.md
@halo-dev/api-client
Halo 2.0 的 JavaScript API 客户端请求库。使用 OpenAPI Generator 生成。
开发环境
pnpm install
# 根据 OpenAPI 3.0 生成类型和网络请求的代码,此步骤需要启动 Halo 2.0 后端。
pnpm gen
pnpm build
发布版本
pnpm release