guqing
guqing
如题,希望评论编辑框实例同一个评论列表内只存在一个,打开新的编辑框时关闭之前的或者定位到当前位置显示 /kind improvement
#### What type of PR is this? /kind cleanup /area core /milestone 2.17.x #### What this PR does / why we need it: 清理已经过时很久的 yaml extension 声明 #### Does this...
#### What type of PR is this? /kind cleanup /area core /milestone 2.18.x #### What this PR does / why we need it: 移除 `QueryParamBuildUtil.buildParametersFromType` 方法使用手动构建代替,参考: https://github.com/halo-dev/halo/blob/f5ebd9fe43403420a4407cac92b944cedd67b4e5/application/src/main/java/run/halo/app/content/PostQuery.java#L135 #### Does this...
#### What type of PR is this? /kind cleanup /area plugin /milestone 2.17.x #### What this PR does / why we need it: 移除 BasePlugin 中已经过时的构造方法 在 2.6.1 版本中将 `BasePlugin(PluginWrapper...
### Your current Halo version 2.8.0 ### Describe this feature 目前自定义模型只能使用 OpenAPI 的 schema 注解进行简单校验,希望可以在保存和更新前加入自定义校验步骤以实现更加复杂业务校验如对已验证邮箱确保唯一性等,如果失败则阻止保存/更新,并且期望可以进行默认属性的填充 https://github.com/halo-dev/halo/issues/3172 https://github.com/halo-dev/halo/issues/3332 ### Additional information /kind feature /milestone 2.9.x /area core
### 使用的哪种方式运行? Docker ### 发生了什么? 如题所述,抛出如下异常  ### 附加信息 /kind bug /area core /area plugin /milestone 2.17.x
### What this PR does? 适配 Halo 2.19(WIP) 的缩略图机制支持 S3 配置并使用缩略图 缩略图规则参考: - [腾讯云 OSS 图片缩放](https://cloud.tencent.com/document/product/1246/109210) - [百度 OSS 图片缩放](https://cloud.baidu.com/doc/BOS/s/gkbisf3l4) - [阿里云 OSS 图片缩放](https://help.aliyun.com/zh/oss/user-guide/resize-images-4) - [七牛云 OSS 图片缩放](https://developer.qiniu.com/dora/api/basic-processing-images-imageview2) - [青云...
如题:错误原因是调用了 `/api/v1alpha1/configmaps/system` 获取主菜单,但没有权限 _Originally posted by @guqing in https://github.com/halo-dev/halo/issues/6462#issuecomment-2287764606_
### Your current Halo version 2.4.2 ### Describe this feature 目前插件开发会在 Console 增加一些菜单页或标签页,希望能提供一个 UI 设计规范供插件参考,比如 色彩、字体、布局、阴影等 避免插件开发者没有规范可参考而写出五花八门的样式,并说明能用 Halo UI Components 的尽量使用以保持 UI 风格统一 ### Additional information /kind feature /area console