新增用户注册功能

This commit is contained in:
Cheng Zhou
2025-12-22 21:19:48 +08:00
parent 03fddba406
commit 6ddf9901a0
33 changed files with 1389 additions and 138 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ async def create_comment(
entity_type=entity_type,
entity_id=entity_id,
action="CREATE_COMMENT",
detail=f"Comment created by {current_user.username}",
detail=f"Comment created by {current_user.full_name}",
operator_id=current_user.id,
operator_role=current_user.role,
)