\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n```shell\n\n```\n\n### 附加信息\n\n_No response_",[2909],{"name":2885,"color":2886},7221,"添加菜单后,菜单名称为空","2025-02-08T08:13:04Z","https://github.com/halo-dev/halo/issues/7221",0.7835537,{"description":2916,"labels":2917,"number":2920,"owner":2874,"repository":2875,"state":2921,"title":2922,"updated_at":2923,"url":2924,"score":2925},"### 系统信息\r\n\r\n无\r\n\r\n### 使用的哪种方式运行?\r\n\r\nDocker\r\n\r\n### 发生了什么?\r\n\r\n小程序通过微信登录,然后转到系统登录,获取token,然后请求带上token。这个token无需通过页面登录生成,再交给小程序,而是通过接口获取一个token。没有发现这个获取token的接口。\r\n\r\n### 相关日志输出\r\n\r\n_No response_\r\n\r\n### 附加信息\r\n\r\n_No response_",[2918],{"name":2919,"color":2886},"kind/support",5913,"closed","插件提供小程序访问接口,但没有JWT登录的接口可以使用","2024-05-23T03:40:46Z","https://github.com/halo-dev/halo/issues/5913",0.7119514,{"description":2927,"labels":2928,"number":2931,"owner":2874,"repository":2875,"state":2921,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### 你当前使用的版本\n\n2.13.1\n\n### 描述一下此特性\n\n后端仪表盘数据可以用趋势图形表示。\n\n### 附加信息\n\n_No response_",[2929],{"name":2930,"color":2886},"triage/unresolved",5547,"关于Halo优化问题","2024-03-22T02:28:23Z","https://github.com/halo-dev/halo/issues/5547",0.7395892,{"description":2937,"labels":2938,"number":2939,"owner":2874,"repository":2875,"state":2921,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### 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- Version 2.20.11-SNAPSHOT\n\n### What is the project operation method?\n\nFat Jar\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_",[],7361,"移动端上无法进行文章删除","2025-04-21T03:01:25Z","https://github.com/halo-dev/halo/issues/7361",0.7461215,{"description":2945,"labels":2946,"number":2950,"owner":2874,"repository":2875,"state":2921,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### System information\n\n- 外部访问地址: \r\n- 启动时间: 2024-01-21 22:48\r\n- 版本: \r\n- 构建时间: \r\n- Git Commit: \r\n- Java: OpenJDK Runtime Environment / 17.0.6+10\r\n- 数据库: H2 / 2.2.224\r\n- 操作系统: Mac OS X / 14.2.1\n\n### What is the project operation method?\n\nSource Code\n\n### Your site address.\n\nlocalhost\n\n### What happened?\n\nAfter refactoring plugin reconciler in \u003Chttps://github.com/halo-dev/halo/pull/5148>, the extensions in the plugin fail to initialize sometimes, especially when updating the plugin.\n\n### Relevant log output\n\n_No response_\n\n### Additional information\n\n/assign",[2947],{"name":2948,"color":2949},"kind/bug","e11d21",5226,"Sometimes not to initialize extensions in the plugin properly","2024-01-28T14:53:43Z","https://github.com/halo-dev/halo/issues/5226",0.74654365,{"description":2956,"labels":2957,"number":2961,"owner":2874,"repository":2875,"state":2921,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### 系统信息\n\n- 外部访问地址: \r\n- 启动时间: 2024-10-13 12:37\r\n- 版本: 2.20.0-SNAPSHOT\r\n- 构建时间: 2024-10-13 12:37\r\n- Git Commit: 3bdec9e\r\n- Java: OpenJDK Runtime Environment / 17.0.11+9-LTS\r\n- 数据库: H2 / 2.3.232\r\n- 操作系统: Mac OS X / 15.1\r\n- 已激活主题: [Earth 1.10.0](https://github.com/halo-dev/theme-earth)\r\n- 已启动插件:\r\n - [Sitemap 1.1.2](https://github.com/halo-dev/plugin-sitemap)\r\n - [搜索组件 1.6.2](https://github.com/halo-dev/plugin-search-widget)\r\n - [评论组件 2.4.0](https://github.com/halo-dev/plugin-comment-widget)\r\n - [应用市场 1.5.1](https://www.halo.run/store/apps/app-VYJbF)\r\n - [RSS 1.3.0](https://github.com/halo-dev/plugin-feed)\n\n### 使用的哪种方式运行?\n\nSource Code\n\n### 发生了什么?\n\nRT,首次系统初始化之后会跳转到登录页面,然后期望是登录之后跳转到 /console,但目前测试发现会跳转到 /uc。\r\n\r\n经过排查可能是因为初始化之后重定向到 /console 是使用的 POST 请求,导致后端重定向到 /login 之前没有正确记录跳转位置。\r\n\r\n\u003Cimg width=\"806\" alt=\"image\" src=\"https://github.com/user-attachments/assets/5b02d4c8-0054-49bc-9f16-28a11924554d\">\r\n\r\n/kind bug\r\n/area core\r\n/milestone 2.20.x\r\n\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2958,2959],{"name":2948,"color":2949},{"name":2960,"color":2869},"area/core",6850,"系统初始化完成之后登录应该跳转到 /console 而不是 /uc","2024-10-14T09:28:44Z","https://github.com/halo-dev/halo/issues/6850",0.75760555,{"description":2967,"labels":2968,"number":2972,"owner":2874,"repository":2875,"state":2921,"title":2973,"updated_at":2974,"url":2975,"score":2976},"### Your current Halo version\n\n2.13.0-SNAPSHOT\n\n### Describe this feature\n\nCurrently, we support declaring dependencies in plugin manifest file, please see below:\r\n\r\nhttps://github.com/halo-dev/halo/blob/fe3df4b2d772fc011def02b0058b71d18c76ead1/api/src/main/java/run/halo/app/core/extension/Plugin.java#L75\r\n\r\nBut we only check plugin dependencies during resolving plugins, we may receive an error like `Dependencies '[app-store-integration]' not found` in plugins page.\r\n\r\nSo I request to check dependencies when installing and upgrading plugins instead of during resolving.\n\n### Additional information\n\n/kind improvement\r\n/area core\r\n/area plugin\r\n/milestone 2.13.x",[2969,2970,2971],{"name":2960,"color":2869},{"name":2871,"color":2872},{"name":2899,"color":2900},5345,"Request to check dependencies when installing and upgrading plugins","2024-02-27T11:53:30Z","https://github.com/halo-dev/halo/issues/5345",0.75775015,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fW8jaxC0QAP6j-4HFkOkPRSN2hMl18s-urjkW8auHWC4":-1},"/halo-dev/halo/6993"]