\n\n### 附加信息\n\n_No response_",[3195,3196],{"name":3152,"color":3153},{"name":3158,"color":3159},7283,"希望halo在“编辑文档时可以方便的进行文章之间的切换”","2025-03-12T05:38:16Z","https://github.com/halo-dev/halo/issues/7283",0.58359814,{"description":3203,"labels":3204,"number":3207,"owner":3161,"repository":3162,"state":3163,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### 前置条件\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.13\n\n### 描述一下此特性\n\n目前在个人中心的 PAT 创建时需要选择当前角色所包含的角色模板,期望同时支持直接勾选当前角色(包含所有角色模板)。\n\n/area ui\n/kind feature\n\n### 附加信息\n\n_No response_",[3205,3206],{"name":3152,"color":3153},{"name":3158,"color":3159},7212,"期望创建 PAT 时支持设置当前用户的所有角色","2025-03-03T07:31:18Z","https://github.com/halo-dev/halo/issues/7212",0.59506744,{"description":3213,"labels":3214,"number":3215,"owner":3161,"repository":3162,"state":3163,"title":3216,"updated_at":3217,"url":3218,"score":3219},"### 前置条件\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.21.2\n\n### 描述一下此特性\n\n#### 问题描述\n在文章管理界面中,当用户筛选文章后进入编辑模式,退出编辑界面时当前的筛选状态会被重置,导致用户需要重复操作相同的筛选条件才能继续编辑同组文章。\n\n#### 期望改进\n建议实现筛选条件的临时持久化功能,使得用户在编辑文章后返回列表时能保持之前的筛选状态,减少重复操作。\n\n### 附加信息\n\n_No response_",[],7609,"支持后台文章筛选条件临时持久化","2025-06-30T21:24:36Z","https://github.com/halo-dev/halo/issues/7609",0.59795016,{"description":3221,"labels":3222,"number":3223,"owner":3161,"repository":3162,"state":3163,"title":3224,"updated_at":3225,"url":3226,"score":3227},"### 前置条件\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.21.3\n\n### 描述一下此特性\n\n现在的注册使用的用户名和邮箱进行注册,但是登录的时候只能使用用户名登录\n### 建议:\n同时支持用户名、邮箱、手机号登录,支持邮箱、手机号随机验证码登陆\n\n还有一个问题就是注册的时候邮箱验证码错误会把所有已经输入的内容清空,正常应该只清空邮箱验证码的输入框就行啊,全部清空,哪个用户有闲心给你重新填写\n\n### 附加信息\n\n_No response_",[],7633,"用户登录不够人性化","2025-07-17T14:20:28Z","https://github.com/halo-dev/halo/issues/7633",0.59979665,{"description":3229,"labels":3230,"number":3233,"owner":3161,"repository":3162,"state":3234,"title":3235,"updated_at":3236,"url":3237,"score":3238},"### 前置条件\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.11\n\n### 描述一下此特性\n\n根据 issue 反馈,发现不少来自前置代理或者 WAF 的异常,而这些异常往往和 Halo 没有任何关系,并且这些异常很难直观的看出是哪里产生的问题,会让使用者产生误解,也会对 Halo 维护者造成困扰,所以期望优化这些异常提示。\n\n优化方案我建议判断异常请求的 response 类型,如果是 text/html,那么直接弹框显示这个 response 的 HTML 内容(因为大部分应用防火墙都会预设拦截页面)。如果不是 text/html,那么按照原来逻辑使用 toast 提示。\n\n如图:\n\n\n\n\n\n和前置代理或者 WAF 相关的 issue:\n\n- https://github.com/halo-dev/halo/issues?q=is%3Aissue%20state%3Aclosed%20waf\n- https://github.com/halo-dev/halo/issues?q=is%3Aissue%20state%3Aclosed%20%E9%98%B2%E7%81%AB%E5%A2%99\n\n/area ui\n/kind improvement\n\n### 附加信息\n\n_No response_",[3231,3232],{"name":3185,"color":3186},{"name":3158,"color":3159},7115,"closed","优化来自前置代理的异常请求提示","2024-12-16T02:46:09Z","https://github.com/halo-dev/halo/issues/7115",0.558451,{"description":3240,"labels":3241,"number":3244,"owner":3161,"repository":3162,"state":3234,"title":3245,"updated_at":3246,"url":3247,"score":3248},"### 前置条件\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.12\n\n### 描述一下此特性\n\n支持批量已读和批量删除/uc/notifications下的消息\n\n目前需要一个一个点,并且删除还要二次确认,在消息较多的时候很麻烦\n\n### 附加信息\n\n_No response_",[3242,3243],{"name":3152,"color":3153},{"name":3158,"color":3159},7164,"希望为个人中心的消息添加批量已读和批量删除功能","2025-03-10T14:55:04Z","https://github.com/halo-dev/halo/issues/7164",0.56790125,{"description":3250,"labels":3251,"number":3254,"owner":3161,"repository":3162,"state":3234,"title":3255,"updated_at":3256,"url":3257,"score":3191},"### 前置条件\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.13\n\n### 描述一下此特性\n\n期望支持手动关闭主题预览功能,或者支持仅对已登录的超级管理员有效。\n\n/kind improvement\n/area core\n\n### 附加信息\n\n_No response_",[3252,3253],{"name":3182,"color":3183},{"name":3185,"color":3186},7204,"期望支持关闭主题预览功能","2025-03-12T08:39:06Z","https://github.com/halo-dev/halo/issues/7204",["Reactive",3259],{},["Set"],["ShallowReactive",3262],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fvj7VtiHyvX8M5iV3gRcz4HeLp1PP_uf5SQ6laZieyvw":-1},"/halo-dev/halo/7194"]