• @guqing guqing commented on pull request #16 in halo-sigs/halo-gradle-plugin

    Generator 的版本是不是太低了。建议升级至最新版:OpenAPITools/openapi-generator@v7.7.0 (release)

    不能使用 7 版本,在插件中使用依赖 7 版本的 devtools 会出现提示需要 jdk21

    0 0
  • @guqing guqing commented on pull request #6348 in halo-dev/halo

    我不认为摘要的生成需要依赖 title,反而是 title 的生成才有可能需要摘要,依赖内容和标签完全足够了

    0 0
  • @guqing guqing opened pull request #6379 in halo-dev/halo

    What type of PR is this?

    /kind improvement
    /area core
    /milestone 2.18.x

    What this PR does / why we need it:

    halo-dev/halo#6244 中移除了过时的 QueryParamBuildUtil.buildParametersFromType 方法,但是由于留给插件适配的时间不够,很多官方提供的插件也要和 2.18 一起发版这样会导致使用了此方法的插件无法启动,因此留下方法声明并输出日志等到后续版本在删除,这样可以给出一些时间给用户先升级插件而不是挂掉。

    Does this PR introduce a user-facing change?

    None
    
    0 0
  • @guqing guqing created branch chore/spring-doc-builder-util in guqing/halo

    guqing/halo

    ✍ 一款优秀的开源博客发布应用。

    0 0
  • @guqing guqing created a review on pull request #6378 in halo-dev/halo

    /lgtm

    0 0
  • @guqing guqing commented on pull request #6364 in halo-dev/halo

    同时这里应该需要定义一个 rules 在附件相关的角色模板中,否则此 API 只能允许超级管理员调用

    0 0
  • @guqing guqing commented on pull request #6364 in halo-dev/halo
        Mono<ResponseEntity<Void>> head(URI uri);
    
    0 0
  • @guqing guqing commented on pull request #6364 in halo-dev/halo

    校验 mediaType 只允许图片和视频

    0 0
  • @guqing guqing commented on pull request #6364 in halo-dev/halo

    建议增加对文件大小的限制,同时需要考虑请求中途被取消的情况(如上传时间长用户手动取消)这里的 upload 我不确定在这种情况下是什么行为

    0 0
  • @guqing guqing commented on pull request #6364 in halo-dev/halo

    建议目前只允许转存图片和视频,需要校验一下文件类型

    0 0