mirror of https://github.com/halo-dev/halo
#### What type of PR is this? /kind feature /area core /area console /milestone 2.12.x #### What this PR does / why we need it: 使用索引功能来查询文章列表 how to test it? 1. 测试文章列表的筛选条件是否正确 2. 测试文章列表中关联的标签和分类信息是否正确 3. 测试仪表盘的文章数量统计是否正确 4. 测试分类关联文章的数量是否正确 5. 测试标签关联文章的文章是否正确 6. 测试主题端文章列表是否正确 #### Which issue(s) this PR fixes: Fixes #5223 #### Does this PR introduce a user-facing change? ```release-note 使用高级索引功能检索文章以显著降低资源消耗并提供更快、更高效的文章检索体验 ``` |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .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