\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n```shell\n\n```\n\n### 附加信息\n\n_No response_",[3090,3093],{"name":3091,"color":3092},"kind/bug","e11d21",{"name":3045,"color":3046},7385,"/actuator/startup 端点 404","2025-04-25T04:41:54Z","https://github.com/halo-dev/halo/issues/7385",0.7278683,{"description":3100,"labels":3101,"number":3106,"owner":3026,"repository":3027,"state":3048,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### 前置条件\n\n- [x] 已经在 [Issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。\n- [x] 这是和 Halo 相关的特性,如果是非项目本身的问题,建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。\n- [x] 如果是插件和主题特性建议,请在对应的插件和主题仓库提交。\n\n### 你当前使用的版本\n\n2.20.18\n\n### 描述一下此特性\n\n如题,新增一个文章详情的路径规则,目的是让文章访问地址与分类对应,实现的注意事项:\n\n1. 考虑到目前文章支持设置多个分类,但文章链接需要固定,所以如果一个文章有多个分类,那么取第一个分类用于生成文章链接,不考虑其他分类的链接。需要注意的是,这个规则需要用户手动规范,所以需要在路由设置的地方提醒用户。\n2. 暂不考虑分类层级,即只考虑生成一级的链接。\n\n### 附加信息\n\n_No response_",[3102,3105],{"name":3103,"color":3104},"kind/feature","c7def8",{"name":3045,"color":3046},7330,"期望文章访问路径支持设置为 /categories/{category.slug}/{post.slug}","2025-04-20T07:56:48Z","https://github.com/halo-dev/halo/issues/7330",0.7291109,{"description":3112,"labels":3113,"number":3116,"owner":3026,"repository":3027,"state":3048,"title":3117,"updated_at":3118,"url":3119,"score":3120},"### 前置条件\n\n- [x] 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。\n- [x] 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。\n- [x] 已经尝试过停用所有的插件,排除是插件导致的问题。\n- [x] 如果是插件和主题的问题,请在对应的插件和主题仓库提交。\n\n### 系统信息\n\n- 外部访问地址: http://lnjweb.top:80/\n- 启动时间: 2024-11-18 14:01\n- 版本: 2.20.9\n- 构建时间: 2024-11-12 06:43\n- Git Commit: 06f3c28\n- Java: IBM Semeru Runtime Open Edition / 21.0.4+7-LTS\n- 数据库: MySQL Community Server - GPL / 8.4.3\n- 操作系统: Linux / 5.15.0-106-generic\n- 已激活主题: [Earth 1.11.1](https://github.com/halo-dev/theme-earth)\n- 已启动插件:\n - [评论组件 2.5.1](https://github.com/halo-dev/plugin-comment-widget)\n - [RSS 1.3.0](https://github.com/halo-dev/plugin-feed)\n - [搜索组件 1.6.2](https://github.com/halo-dev/plugin-search-widget)\n - [highlight.js 代码高亮 1.3.2](https://github.com/halo-sigs/plugin-highlightjs)\n\n### 使用的哪种方式运行?\n\nDocker Compose\n\n### 发生了什么?\n\n2.20.0版本更新2.20.9版本后首页打不开,显示 404 NOT_FOUND \"Template index was not found.\",但能手动修改地址进入console后台。最后解决方法,在后台卸载默认主题后从官网的应用商店下载默认主题,上传到自己的halo中。整了好久终于能用新版了。不想再回去复现一遍了。管理可以把这个问题关闭,希望给其他人一点思路。\n\n### 复现步骤\n\n\n先安装2.20版本,,后修改版本号为2.20.9,执行docker-compose up -d 问题即可复现。\n安装的插件如下\n\n\n\n### 相关日志输出\n\n```shell\n2024-11-18T14:10:38.127+08:00 ERROR 7 --- [oundedElastic-3] org.thymeleaf.TemplateEngine : [THYMELEAF][boundedElastic-3] Exception preparing throttled template \"index\": 404 NOT_FOUND \"Template index was not found.\"\n\nrun.halo.app.infra.exception.NotFoundException: 404 NOT_FOUND \"Template index was not found.\"\n\tat run.halo.app.theme.CompositeTemplateResolver.lambda$resolveTemplate$1(CompositeTemplateResolver.java:59) ~[classes/:2.20.9]\n\tat java.base/java.util.Optional.orElseThrow(Unknown Source) ~[na:na]\n\tat run.halo.app.theme.CompositeTemplateResolver.resolveTemplate(CompositeTemplateResolver.java:59) ~[classes/:2.20.9]\n\tat org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:845) ~[thymeleaf-3.1.2.RELEASE.jar:3.1.2.RELEASE]\n\tat org.thymeleaf.engine.TemplateManager.parseAndProcessThrottled(TemplateManager.java:757) ~[thymeleaf-3.1.2.RELEASE.jar:3.1.2.RELEASE]\n\tat org.thymeleaf.TemplateEngine.processThrottled(TemplateEngine.java:1189) ~[thymeleaf-3.1.2.RELEASE.jar:3.1.2.RELEASE]\n\tat org.thymeleaf.TemplateEngine.processThrottled(TemplateEngine.java:1163) ~[thymeleaf-3.1.2.RELEASE.jar:3.1.2.RELEASE]\n\tat org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createChunkedStream$1(SpringWebFluxTemplateEngine.java:245) ~[thymeleaf-spring6-3.1.2.RELEASE.jar:3.1.2.RELEASE]\n\tat reactor.core.publisher.FluxGenerate.subscribe(FluxGenerate.java:80) ~[reactor-core-3.7.0-RC1.jar:3.7.0-RC1]\n\tat reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:68) ~[reactor-core-3.7.0-RC1.jar:3.7.0-RC1]\n\tat reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194) ~[reactor-core-3.7.0-RC1.jar:3.7.0-RC1]\n\tat reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.7.0-RC1.jar:3.7.0-RC1]\n\tat reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.7.0-RC1.jar:3.7.0-RC1]\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]\n\tat java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]\n\tat java.base/java.lang.Thread.run(Unknown Source) ~[na:na]\n```\n\n### 附加信息\n\n_No response_",[3114],{"name":3115,"color":3071},"triage/needs-information",7048,"2.20.0版本更新2.20.9版本后首页打不开,能手动修改地址进入console后台。,默认主题,已关闭额外插件,且已经通过手动重装主题修复","2024-11-20T03:02:17Z","https://github.com/halo-dev/halo/issues/7048",0.729827,{"description":3122,"labels":3123,"number":3125,"owner":3026,"repository":3027,"state":3048,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### 前置条件\n\n- [x] 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。\n- [x] 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。\n- [x] 已经尝试过停用所有的插件,排除是插件导致的问题。\n- [x] 如果是插件和主题的问题,请在对应的插件和主题仓库提交。\n\n### 系统信息\n\n- 外部访问地址: https://www.lik.cc\n- 启动时间: 2025-03-21 16:08\n- 版本: 2.20.17\n- 构建时间: 2025-03-13 18:27\n- Git Commit: 698befe\n- Java: IBM Semeru Runtime Open Edition / 21.0.6+7-LTS\n- 数据库: MySQL Community Server - GPL / 8.4.4\n- 操作系统: Linux / 6.1.0-10-amd64\n- 已激活主题: [microimmersion 1.0.6](https://github.com/wenjing-xin/theme-ancient-wind)\n- 已启动插件:\n - [足迹插件 1.0.0](https://github.com/acanyo/halo-plugin-footprint)\n - [Lywq核心插件 1.0.6](https://auth.muyin.site/docs/LywqPluginCore)\n - [禅导航 1.0.0](https://github.com/acanyo/halo-plugin-zenNavigator)\n - [Docsme 1.0.0-alpha.10](https://www.halo.run/store/apps/app-yffxw)\n - [Webjing核心插件 1.1.3](https://webjing.com/docs/WebjingMandateCore)\n - [智阅GPT-智能AI摘要 1.0.1](https://github.com/acanyo/halo-plugin-summaraidGPT)\n - [highlight.js 代码高亮 1.3.2](https://github.com/halo-sigs/plugin-highlightjs)\n - [lightgallery.js 灯箱 1.2.1](https://github.com/halo-sigs/plugin-lightgallery)\n - [microimmersion 1.0.2](https://github.com/wenjing-xin/plugin-microimmersion)\n - [搜索组件 1.6.2](https://github.com/halo-dev/plugin-search-widget)\n - [THYUU 区块 1.0.0](https://github.com/chengzhongxue/plugin-thyuu-embed)\n - [站点推送插件 1.5.2](https://github.com/Stonewuu/halo-plugin-sitepush)\n - [Trailing Slash 1.0.0](https://github.com/halo-sigs/plugin-trailing-slash)\n - [无色界 1.0.0](https://github.com/guqing/halo-plugin-colorless)\n - [Metrics Graph 1.1.0](https://github.com/guqing/plugin-metrics-graph)\n - [Data Studio(数据工厂) 1.0.0-alpha.3](https://github.com/halo-sigs/plugin-data-studio)\n - [链接安全跳转中台 1.7.0](https://github.com/wenjing-xin/plugins-links-security-detect)\n - [Image Stream 1.0.0-rc.1](https://github.com/halo-sigs/plugin-image-stream)\n - [静态网页服务 1.0.0-alpha.5](https://www.halo.run/store/apps/app-gFkMn)\n - [增强备份(Backup IMproved) 1.3.0](https://www.halo.run/store/apps/app-dHakX)\n - [社交 IAM 认证 1.4.0](https://www.halo.run/store/apps/app-IXZkJ)\n - [SEO 工具集 1.2.0](https://www.halo.run/store/apps/app-FNGbT)\n - [文章限制阅读 Pro 1.4.4](https://www.halo.run/store/apps/app-TzRqd)\n - [联系表单 1.1.0](https://www.halo.run/store/apps/app-gSebd)\n - [内容格式助手 1.2.0](https://github.com/ruibaby/plugin-content-tools)\n - [AI 助手 1.1.2](https://www.halo.run/store/apps/app-riNgb)\n - [页面静态缓存 1.2.1](https://github.com/halo-sigs/plugin-page-cache)\n - [对象存储(Amazon S3 协议) 1.12.0](https://github.com/halo-dev/plugin-s3)\n - [爱发电插件 1.6.5](https://github.com/carolcoral/plugin-afdian)\n - [编辑器超链接卡片 1.3.1](https://github.com/halo-sigs/plugin-editor-hyperlink-card)\n - [图库管理 1.4.0](https://github.com/halo-sigs/plugin-photos)\n - [链接管理 1.5.0](https://github.com/halo-sigs/plugin-links)\n - [朋友圈 1.3.5](https://github.com/chengzhongxue/plugin-friends-new)\n - [瞬间 1.9.0](https://github.com/halo-sigs/plugin-moments)\n - [图床插件 1.2.3](https://github.com/liuyiwuqing/halo-plugin-picture-bed)\n - [RSS 1.4.4](https://github.com/halo-dev/plugin-feed)\n - [Sitemap 1.1.2](https://github.com/halo-dev/plugin-sitemap)\n - [应用市场 1.9.1](https://www.halo.run/store/apps/app-VYJbF)\n\n### 使用的哪种方式运行?\n\nDocker\n\n### 发生了什么?\n\n\n\n\n\n问题地址https://www.lik.cc/archives/footprint#%F0%9F%92%AC%E4%BA%A4%E6%B5%81\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n```shell\n\n```\n\n### 附加信息\n\n_No response_",[3124],{"name":3115,"color":3071},7307,"图片引用 前端会变成a标签 如果设置了 图片描述才会是img标签","2025-04-01T02:57:07Z","https://github.com/halo-dev/halo/issues/7307",0.73433894,["Reactive",3131],{},["Set"],["ShallowReactive",3134],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f_Tvv8WK4MwqJF-Q4CUB5evS66bAxC97RMLIPzBQreaY":-1},"/halo-dev/halo/7250"]