guqing

Results 272 comments of guqing

关于你提到的这一点我并没有复现, 我的步骤: 1. 创建一个 test 用户 2. 分配角色,拥有作者和评论查看权限,没有评论管理权限 3. test 用户创建一篇测试文章 4. 匿名评论这篇文章,test 收到通知并且评论处于待审核状态 ![Image](https://github.com/user-attachments/assets/0f927ab2-9a0f-4dc9-972a-794e57af6635) /triage needs-information

发送通知的一个很重要的目的是让管理员可以审核,所以之前没有考虑只有查看没有审核权限的情况,可以考虑判断是否有评论管理权限,如果有则直接发送,否则审核通过之后在发送 /kind improvement

/remove-triage needs-information /priority awaiting-more-evidence

是希望可以在评论列表删除自己评论的条目吗,不过这样有个问题通知已经发出去了但是评论被删除了 /priority awaiting-more-evidence

> 可以尝试将下面这行中的 `login` 修改为 `plugin:system:login`。 > > [halo/application/src/main/java/run/halo/app/security/preauth/PreAuthLoginEndpoint.java](https://github.com/halo-dev/halo/blob/c465bf8c75266af5e77e368c4ddb87e2e231516d/application/src/main/java/run/halo/app/security/preauth/PreAuthLoginEndpoint.java#L102) > > Line 102 in [c465bf8](/halo-dev/halo/commit/c465bf8c75266af5e77e368c4ddb87e2e231516d) > > ServerResponse.ok().render("login", Map.of( 这个方法不行,这是页面的路由优先级高导致轮不到这里

是否可以通过扩展通知功能来实现 https://docs.halo.run/developer-guide/plugin/api-reference/server/notification 通知是统一入口的

Hi team 👋, I’m trying to test this PR using `"@tiptap/static-renderer": "3.0.0-beta.3"` that includes a custom `NodeView` using `@tiptap/react`. I followed the example provided and integrated it into a Next.js...

> > I’m trying to test this PR using `"@tiptap/static-renderer": "3.0.0-beta.3"` that includes a custom `NodeView` using `@tiptap/react`. I followed the example provided and integrated it into a Next.js project...