新增:用户参与项目数量

This commit is contained in:
yystopf 2025-10-28 10:27:35 +08:00
parent bdd9518a4c
commit d316669b7f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ elsif @owner.present? && @owner.is_a?(User)
json.undo_events @undo_events
json.user_composes_count @user_composes_count
json.user_org_count @user_org_count
json.user_project_count @user_projects_count
json.common_projects_count @projects_common_count
json.mirror_projects_count @projects_mirrior_count
json.sync_mirror_projects_count @projects_sync_mirrior_count