-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 新审核系统上线 #592
feat: 新审核系统上线 #592
Conversation
审阅者指南 by Sourcery这个拉取请求引入了对审核系统的更改,包括更新权限配置、修正用户消息中的拼写错误,以及修改移动到用户子页面工具以提高功能性。 显示审核状态配置更改的类图classDiagram
class ModerationStatus {
-rights: string[]
}
note for ModerationStatus "权限从 'edit' 更改为 'disabled'"
显示移动到用户子页面工具修改的类图classDiagram
class MoveToUserSubpage {
+move(page: string)
+moveTalk: boolean
+reason: string
+noredirect: boolean
+watchAfter: string
}
note for MoveToUserSubpage "从原因参数中移除 '//noredirect' 后缀"
文件级别更改
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis pull request introduces changes to the moderation system, including updating rights configurations, correcting a typo in user messages, and modifying the move to user subpage tool for better functionality. Class diagram showing changes to ModerationStatus configurationclassDiagram
class ModerationStatus {
-rights: string[]
}
note for ModerationStatus "Rights changed from 'edit' to 'disabled'"
Class diagram showing moveToUserSubpage tool modificationsclassDiagram
class MoveToUserSubpage {
+move(page: string)
+moveTalk: boolean
+reason: string
+noredirect: boolean
+watchAfter: string
}
note for MoveToUserSubpage "Removed '//noredirect' suffix from reason parameter"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嘿 @lovelyCARDINAL - 我已经审查了你的更改,看起来非常棒!
以下是我在审查期间关注的内容
- 🟢 一般性问题:一切看起来都很好
- 🟢 安全性:一切看起来都很好
- 🟢 测试:一切看起来都很好
- 🟢 复杂性:一切看起来都很好
- 🟢 文档:一切看起来都很好
帮助我变得更有用!请在每条评论上点击 👍 或 👎,我将使用这些反馈来改进你的评论。
Original comment in English
Hey @lovelyCARDINAL - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
@AnnAngela 需要改一下批量传图工具,传图会返回
moderation-image-queued
,需要视为上传成功Summary by Sourcery
启动一个新的审核系统,将"moderation-image-queued"视为成功上传,并增强用户消息模板以提高清晰度。此外,禁用审核状态配置中的编辑权限。
新功能:
增强:
Original summary in English
Summary by Sourcery
Launch a new moderation system that treats 'moderation-image-queued' as a successful upload and enhance user message templates for improved clarity. Additionally, disable edit rights in the moderation status configuration.
New Features:
Enhancements: