Merge pull request '项目搜索标签相关' (#42) from yystopf/forgeplus:hh_project_topic into develop

This commit is contained in:
2023-04-07 17:22:54 +08:00
16 changed files with 151 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
json.total_count @project_topics.total_count
json.project_topics @project_topics.each do |topic|
json.(topic, :id, :name, :projects_count)
end