\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n```shell\n\n```\n\n### 附加信息\n\n_No response_",[3062],{"name":3038,"color":3039},7221,"添加菜单后,菜单名称为空","2025-02-08T08:13:04Z","https://github.com/halo-dev/halo/issues/7221",0.7835537,{"description":3069,"labels":3070,"number":3073,"owner":3027,"repository":3028,"state":3074,"title":3075,"updated_at":3076,"url":3077,"score":3078},"### 系统信息\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_",[3071],{"name":3072,"color":3039},"kind/support",5913,"closed","插件提供小程序访问接口,但没有JWT登录的接口可以使用","2024-05-23T03:40:46Z","https://github.com/halo-dev/halo/issues/5913",0.7119514,{"description":3080,"labels":3081,"number":3084,"owner":3027,"repository":3028,"state":3074,"title":3085,"updated_at":3086,"url":3087,"score":3088},"### 你当前使用的版本\n\n2.13.1\n\n### 描述一下此特性\n\n后端仪表盘数据可以用趋势图形表示。\n\n### 附加信息\n\n_No response_",[3082],{"name":3083,"color":3039},"triage/unresolved",5547,"关于Halo优化问题","2024-03-22T02:28:23Z","https://github.com/halo-dev/halo/issues/5547",0.7395892,{"description":3090,"labels":3091,"number":3092,"owner":3027,"repository":3028,"state":3074,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### 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":3098,"labels":3099,"number":3103,"owner":3027,"repository":3028,"state":3074,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### 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",[3100],{"name":3101,"color":3102},"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":3109,"labels":3110,"number":3114,"owner":3027,"repository":3028,"state":3074,"title":3115,"updated_at":3116,"url":3117,"score":3118},"### 系统信息\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_",[3111,3112],{"name":3101,"color":3102},{"name":3113,"color":3022},"area/core",6850,"系统初始化完成之后登录应该跳转到 /console 而不是 /uc","2024-10-14T09:28:44Z","https://github.com/halo-dev/halo/issues/6850",0.75760555,{"description":3120,"labels":3121,"number":3125,"owner":3027,"repository":3028,"state":3074,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### 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",[3122,3123,3124],{"name":3113,"color":3022},{"name":3024,"color":3025},{"name":3052,"color":3053},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",3131],{},["Set"],["ShallowReactive",3134],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fW8jaxC0QAP6j-4HFkOkPRSN2hMl18s-urjkW8auHWC4":-1},"/halo-dev/halo/6993"]