Skip to content

feat: Enhance the function of post management (#733)

Ryan Wang请求将github/fork/Arexh/post-management合并到master

Created by: Arexh

前端加入评论、置顶、分类、标签、加密的批量操作的入口halo-admin/pull/157,后端新增三个API #733

  1. getByIds: 批量获取post的信息
  2. updateDisallowCommentInBatch: 批量开启或关闭post的评论功能
  3. updateTopPriorityInBatch: 批量设置post置顶
  4. updateSettingInBatch: 批量设置post的评论、置顶、分类、标签、加密的设置,传入的某个值如果为null则使用原先的设置(该API仅针对状态为已发布或私密的post)

合并请求报告