to create a shorter random PAT instead of using JWT.\n\n### Additional information\n\n/kind improvement\r\n/area core",[2865,2868],{"name":2866,"color":2867},"area/core","0052cc",{"name":2869,"color":2870},"kind/improvement","f714c6",5366,"halo-dev","halo","closed","Request to keep length of PAT stable","2025-04-14T09:02:55Z","https://github.com/halo-dev/halo/issues/5366",0.7351895,{"description":2880,"labels":2881,"number":2885,"owner":2872,"repository":2873,"state":2874,"title":2886,"updated_at":2887,"url":2888,"score":2889},"### 系统信息\n\n- 外部访问地址: https://apoptoxin4869.com\r\n- 启动时间: 2024-03-06 14:43\r\n- 版本: 2.13.0\r\n- 构建时间: 2024-03-01 10:35\r\n- Git Commit: 6ea7abe\r\n- Java: IBM Semeru Runtime Open Edition / 21.0.2+13-LTS\r\n- 数据库: MySQL Community Server - GPL / 8.2.0\r\n- 操作系统: Linux / 5.4.0-172-generic\r\n- 已激活主题: [Hao](https://githubfast.com/liuzhihang/halo-theme-hao)\r\n- 已启动插件:\r\n - [OAuth2 认证](https://github.com/halo-sigs/plugin-oauth2)\r\n - [Metrics Graph](https://github.com/guqing/plugin-metrics-graph)\r\n - [站点推送插件](https://github.com/Stonewuu/halo-plugin-sitepush)\r\n - [朋友圈](https://github.com/chengzhongxue/plugin-friends)\r\n - [Docsme](https://github.com/f2ccloud/plugin-docsme)\r\n - [Umami](https://github.com/halo-sigs/plugin-umami)\r\n - [ByteMD](https://github.com/ruibaby/plugin-bytemd)\r\n - [Vditor编辑器](https://github.com/justice2001/veditor-plugin)\r\n - [链接管理](https://github.com/halo-sigs/plugin-links)\r\n - [Markdown / HTML 内容块](https://github.com/halo-dev/plugin-hybrid-edit-block)\r\n - [站点迁移](https://github.com/halo-sigs/plugin-migrate)\r\n - [文章导入导出](https://jhacker.cn/2023/halo-plugin-export2doc)\r\n - [lightgallery.js 灯箱](https://github.com/halo-sigs/plugin-lightgallery)\r\n - [highlight.js 代码高亮](https://github.com/halo-sigs/plugin-highlightjs)\r\n - [图库管理](https://github.com/halo-sigs/plugin-photos)\r\n - [瞬间](https://github.com/halo-sigs/plugin-moments)\r\n - [Sitemap](https://github.com/halo-dev/plugin-sitemap)\r\n - [搜索组件](https://github.com/halo-dev/plugin-search-widget)\r\n - [RSS](https://github.com/halo-dev/plugin-feed)\r\n - [评论组件](https://github.com/halo-dev/plugin-comment-widget)\r\n - [应用市场](https://github.com/halo-dev/plugin-app-store)\n\n### 使用的哪种方式运行?\n\nDocker Compose\n\n### 发生了什么?\n\n1.访客及注册账户在自定义模板页面留下评论,邮件提醒未收到,但在文章页面留下评论可以正常收到;评论均会显示在管理后台中,此处显示”未知“位置的评论是在自定义模板页面留下的评论\r\n\u003Cimg width=\"471\" alt=\"image_93\" src=\"https://github.com/halo-dev/halo/assets/38914772/3063b44b-3a22-43a4-8928-6a9a01d7bcc2\">\r\n2.管理员账户在自定义模板页面以及文章页面留下评论,邮件提醒未收到;评论均会显示在管理后台中\r\n\r\n3.额外补充:自定义模板页面留下评论【访客、注册账号、管理员账号】均会在halo日志输出中看到错误日志;管理员账号在文章中留下评论,尽管邮件提醒无法收到,但不会报告错误日志\n\n### 相关日志输出\n\n```shell\n2024-03-06T16:01:26.420+08:00 ERROR 7 --- [ task-37] .a.i.SimpleAsyncUncaughtExceptionHandler : Unexpected exception occurred invoking async method: public void run.halo.app.content.comment.CommentNotificationReasonPublisher.onNewComment(run.halo.app.event.post.CommentCreatedEvent)\r\n\r\njava.util.NoSuchElementException: No value present\r\n\tat java.base/java.util.Optional.orElseThrow(Unknown Source) ~[na:na]\r\n\tat run.halo.app.content.comment.CommentNotificationReasonPublisher$NewCommentOnPageReasonPublisher.publishReasonBy(CommentNotificationReasonPublisher.java:161) ~[classes/:2.13.0]\r\n\tat run.halo.app.content.comment.CommentNotificationReasonPublisher.onNewComment(CommentNotificationReasonPublisher.java:64) ~[classes/:2.13.0]\r\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[na:na]\r\n\tat java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]\r\n\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:113) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]\r\n\tat java.base/java.lang.Thread.run(Unknown Source) ~[na:na]\n```\n\n\n### 附加信息\n\n_No response_",[2882],{"name":2883,"color":2884},"triage/needs-information","d455d0",5454,"halo后台设置--邮件通知功能bug","2024-03-06T08:35:41Z","https://github.com/halo-dev/halo/issues/5454",0.781121,{"description":2891,"labels":2892,"number":2895,"owner":2872,"repository":2873,"state":2874,"title":2896,"updated_at":2897,"url":2898,"score":2899},"### Prerequisites\n\n- [x] I have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.\n- [x] This is an issue with the Halo project itself. If it is not an issue with the project itself(For example: Installation and deployment issues.), it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions).\n- [x] I have tried disabling all plugins to rule out plugins as the cause of the problem.\n- [x] If it is an issue with plugins and themes, please submit it in the respective plugin and theme repositories.\n\n### System information\n\n\n缺少样式,导致整个后端无法登录\n\n### What is the project operation method?\n\nDocker\n\n### What happened?\n\n缺少样式,导致整个后端无法登录\n\n### Reproduce Steps\n\n_No response_\n\n### Relevant log output\n\n```shell\n\n```\n\n### Additional information\n\n_No response_",[2893],{"name":2894,"color":2884},"triage/unresolved",7366,"后端管理系统无法打开,显示缺少样式","2025-04-24T03:09:11Z","https://github.com/halo-dev/halo/issues/7366",0.7906276,{"description":2901,"labels":2902,"number":2907,"owner":2872,"repository":2873,"state":2874,"title":2908,"updated_at":2909,"url":2910,"score":2911},"### 系统信息\n\n- 外部访问地址: \r\n- 启动时间: 2024-02-27 16:41\r\n- 版本: 2.13.0-SNAPSHOT\r\n- 构建时间: 2024-02-27 16:41\r\n- Git Commit: 72685ba\r\n- Java: OpenJDK Runtime Environment / 17.0.9+0\r\n- 数据库: PostgreSQL / 15.2 (Debian 15.2-1.pgdg110+1)\r\n- 操作系统: Mac OS X / 14.3\r\n- 已激活主题: [Walker](https://halo.run/store/apps/app-GHgAR)\r\n- 已启动插件: \r\n- \r\n\n\n### 使用的哪种方式运行?\n\nDocker Compose\n\n### 发生了什么?\n\n\u003Cimg width=\"561\" alt=\"image\" src=\"https://github.com/halo-dev/halo/assets/21301288/1f9d310c-789d-472b-9e0f-0eb6dfc74fba\">\r\n\r\n在非 Repeater 和 Group 组件下,不应该有这个内边距。\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2903,2904],{"name":2869,"color":2870},{"name":2905,"color":2906},"area/ui","1d76db",5411,"FormKit 的 checkbox 组件的 help 文字样式问题。","2024-03-25T03:55:51Z","https://github.com/halo-dev/halo/issues/5411",0.7958327,{"description":2913,"labels":2914,"number":2917,"owner":2872,"repository":2873,"state":2874,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### 你当前使用的版本\n\n2.12.3\n\n### 描述一下此特性\n\n目前排序只有按创建时间和发布文件,没有按照文章访问量的排序条件\r\n\r\n\r\n\n\n### 附加信息\n\n_No response_",[2915],{"name":2916,"color":2884},"triage/duplicate",5500,"文章页面的排序条件希望增加按访问量排序","2024-03-25T06:48:58Z","https://github.com/halo-dev/halo/issues/5500",0.8008641,{"description":2923,"labels":2924,"number":2925,"owner":2872,"repository":2873,"state":2874,"title":2926,"updated_at":2927,"url":2928,"score":2929},"- 外部访问地址: \r\n- 启动时间: 2024-03-30 23:25\r\n- 版本: 2.14.0-SNAPSHOT\r\n- 构建时间: 2024-03-27 22:27\r\n- Git Commit: 35cc323\r\n- Java: IBM Semeru Runtime Open Edition / 21.0.2+13-LTS\r\n- 数据库: H2 / 2.2.224\r\n- 操作系统: Linux / 3.10.0-1160.108.1.el7.x86_64\r\n- 已激活主题: [Earth](https://github.com/halo-dev/theme-earth.git)\r\n- 已启动插件:\r\n - [Sitemap](https://github.com/halo-dev/plugin-sitemap)\r\n - [搜索组件](https://github.com/halo-dev/plugin-search-widget)\r\n - [RSS](https://github.com/halo-dev/plugin-feed)\r\n - [评论组件](https://github.com/halo-dev/plugin-comment-widget)\r\n - [应用市场](https://github.com/halo-dev/plugin-app-store)\r\n \r\n",[],5624,"能搜索到已删除的文章","2024-03-30T15:53:59Z","https://github.com/halo-dev/halo/issues/5624",0.80190617,{"description":2931,"labels":2932,"number":2939,"owner":2872,"repository":2873,"state":2874,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### 系统信息\n\n- 外部访问地址: http://localhost:8090\r\n- 启动时间: 2024-05-16 11:28\r\n- 版本: \r\n- 构建时间: \r\n- Git Commit: \r\n- Java: OpenJDK Runtime Environment / 17.0.7+7-LTS\r\n- 数据库: PostgreSQL / 15.4 (Debian 15.4-2.pgdg120+1)\r\n- 操作系统: Mac OS X / 13.4\r\n- 已激活主题: [Sakura](https://github.com/LIlGG/halo-theme-sakura.git)\r\n- 已启动插件:\r\n - [瞬间](https://github.com/halo-sigs/plugin-moments)\r\n - 联系表单\r\n - AI 助手\r\n - [Metrics Graph](https://github.com/guqing/plugin-metrics-graph)\r\n - [Markdown / HTML 内容块](https://github.com/halo-dev/plugin-hybrid-edit-block)\r\n - [Willow Markdown 编辑器](https://github.com/guqing/willow-mde)\r\n - [应用市场](https://github.com/halo-dev/plugin-app-store)\r\n - [增强备份(Backup IMproved)](https://halo.run/store/apps/app-dHakX)\r\n - [OAuth2 认证](https://github.com/halo-sigs/plugin-oauth2)\r\n - [StackEdit](https://github.com/halo-sigs/plugin-stackedit)\r\n - [live2d 看板娘](https://github.com/LIlGG/plugin-live2d)\r\n - [链接管理](https://github.com/halo-sigs/plugin-links)\r\n - [站点迁移](https://github.com/halo-sigs/plugin-migrate)\r\n - [对象存储(Amazon S3 协议)](https://github.com/halo-dev/plugin-s3)\r\n - [ByteMD](https://github.com/ruibaby/plugin-bytemd)\r\n - [图库管理](https://github.com/halo-sigs/plugin-photos)\r\n - [RSS](https://github.com/halo-dev/plugin-feed)\r\n - [搜索组件](https://github.com/halo-dev/plugin-search-widget)\r\n - [评论组件](https://github.com/halo-dev/plugin-comment-widget)\r\n - [Sitemap](https://github.com/halo-dev/plugin-sitemap)\n\n### 使用的哪种方式运行?\n\nSource Code\n\n### 发生了什么?\n\n在代码块中使用 `Mod + a` 全选并删除内容时,光标会出现在代码块之外。\r\n\r\n\r\n\r\n/area editor\r\n/kind bug\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2933,2936],{"name":2934,"color":2935},"kind/bug","e11d21",{"name":2937,"color":2938},"area/editor","5C6460",5927,"删除代码块中的内容时,光标出现在代码块之外","2024-05-21T09:46:46Z","https://github.com/halo-dev/halo/issues/5927",0.8099998,{"description":2945,"labels":2946,"number":2948,"owner":2872,"repository":2873,"state":2874,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### 系统信息\n\n- 外部访问地址: https://blog.snty.de/\r\n- 启动时间: 2024-08-02 17:12\r\n- 版本: 2.17.2\r\n- 构建时间: 2024-07-15 18:19\r\n- Git Commit: 6d4bedd\r\n- Java: IBM Semeru Runtime Open Edition / 21.0.3+9-LTS\r\n- 数据库: Source distribution / 5.5.5-10.11.6-MariaDB\r\n- 操作系统: Linux / 4.4.302+\r\n- 已激活主题: [Theme Joe3 1.3.0](https://github.com/jiewenhuang/halo-theme-joe3.0)\r\n- 已启动插件:\r\n - [通知我 1.1.0](https://github.com/monyuan/notify-me)\r\n - [AI 助手 1.0.0](https://www.halo.run/store/apps/app-riNgb)\r\n - [爱发电插件 1.6.3](https://github.com/carolcoral/plugin-afdian)\r\n - [Markdown / HTML 内容块 1.2.0](https://github.com/halo-dev/plugin-hybrid-edit-block)\r\n - [图库管理 1.3.0](https://github.com/halo-sigs/plugin-photos)\r\n - [Trailing Slash 1.0.0](https://github.com/halo-sigs/plugin-trailing-slash)\r\n - [链接管理 1.4.0](https://github.com/halo-sigs/plugin-links)\r\n - [Docsme 1.0.0-alpha.7](https://www.halo.run/store/apps/app-yffxw)\r\n - [highlight.js 代码高亮 1.2.2](https://github.com/halo-sigs/plugin-highlightjs)\r\n - [编辑器超链接卡片 1.0.3](https://github.com/halo-sigs/plugin-editor-hyperlink-card)\r\n - [ByteMD 1.4.0](https://github.com/ruibaby/plugin-bytemd)\r\n - [Willow Markdown 编辑器 1.0.0](https://github.com/guqing/willow-mde)\r\n - [瞬间 1.6.2](https://github.com/halo-sigs/plugin-moments)\r\n - [图床插件 1.1.0](https://github.com/liuyiwuqing/halo-plugin-picture-bed)\r\n - [waline 评论系统 1.0.0](https://github.com/wenjing-xin/plugin-waline)\r\n - [搜索组件 1.5.0](https://github.com/halo-dev/plugin-search-widget)\r\n - [RSS 1.3.0](https://github.com/halo-dev/plugin-feed)\r\n - [评论组件 2.4.0](https://github.com/halo-dev/plugin-comment-widget)\r\n - [应用市场 1.3.0](https://www.halo.run/store/apps/app-VYJbF)\n\n### 使用的哪种方式运行?\n\nDocker\n\n### 发生了什么?\n\n1.不显示二级菜单。\r\n\r\n\r\n\r\n\r\n\r\n2.友链添加了并不显示。\r\n\r\n\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2947],{"name":2894,"color":2884},6432,"Joe3不显示二级菜单","2024-08-03T02:57:54Z","https://github.com/halo-dev/halo/issues/6432",0.8103193,{"description":2954,"labels":2955,"number":2956,"owner":2872,"repository":2873,"state":2874,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### 你当前使用的版本\n\n2.19\n\n### 描述一下此特性\n\n比如我现在想完全自定义主题,想直接通过api获取数据,而不是默认的渲染引擎,有支持吗\n\n### 附加信息\n\n_No response_",[],6743,"模板变量支持以http API的形式返回吗","2024-10-02T13:20:39Z","https://github.com/halo-dev/halo/issues/6743",0.81238,{"description":2962,"labels":2963,"number":2966,"owner":2872,"repository":2873,"state":2874,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### 系统信息\n\n- 外部访问地址: http://blog.tanc.fun:9999/\r\n- 启动时间: 2024-02-25 11:39\r\n- 版本: 2.11.3\r\n- 构建时间: 2023-12-27 12:13\r\n- Git Commit: 8e9b07d\r\n- Java: IBM Semeru Runtime Open Edition / 17.0.9+9\r\n- 数据库: MariaDB Server / 5.5.5-10.4.32-MariaDB\r\n- 操作系统: Linux / 3.10.0-1160.105.1.el7.x86_64\r\n- 已激活主题: [Hao](https://githubfast.com/liuzhihang/halo-theme-hao)\r\n- 已启动插件:\r\n - [KaTeX](https://github.com/halo-sigs/plugin-katex)\r\n - [highlight.js 代码高亮](https://github.com/halo-sigs/plugin-highlightjs)\r\n - AI 助手\r\n - [Meilisearch](https://github.com/Rainsheep/halo-plugin-meilisearch)\r\n - [文本绘图](https://github.com/halo-sigs/plugin-text-diagram)\r\n - [评论组件](https://github.com/halo-dev/plugin-comment-widget)\r\n - [搜索组件](https://github.com/halo-dev/plugin-search-widget)\r\n - [ByteMD](https://github.com/ruibaby/plugin-bytemd)\r\n - [lightgallery.js 灯箱](https://github.com/halo-sigs/plugin-lightgallery)\r\n - [链接管理](https://github.com/halo-sigs/plugin-links)\r\n - [对象存储(Amazon S3 协议)](https://github.com/halo-dev/plugin-s3)\r\n - [Willow Markdown 编辑器](https://github.com/guqing/willow-mde)\r\n - [Vditor编辑器](https://github.com/justice2001/veditor-plugin)\r\n - [文章导入导出](https://jhacker.cn/2023/halo-plugin-export2doc)\r\n - [Markdown / HTML 内容块](https://github.com/halo-dev/plugin-hybrid-edit-block)\n\n### 使用的哪种方式运行?\n\nDocker\n\n### 发生了什么?\n\n在我安装号AI编辑插件后,并且配置了openAI,使用默认编辑器来编辑使用ai会一直显示在写作中\r\n\r\n\r\n\r\n\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2964,2965],{"name":2894,"color":2884},{"name":2883,"color":2884},5528,"在使用AI助手时候,没反应","2024-03-25T06:46:21Z","https://github.com/halo-dev/halo/issues/5528",0.8169132,["Reactive",2972],{},["Set"],["ShallowReactive",2975],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$flXr1SdLbWDXph0FthodaXewL1QQKmpmrzJ7wOhpxycE":-1},"/halo-dev/halo/4674"]