mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
11 lines
229 B
Ruby
11 lines
229 B
Ruby
json.total_count @themes.size
|
|
json.themes @themes.map{|e|
|
|
{
|
|
name: e.name,
|
|
language_frame: e.language_frame,
|
|
image: e.image,
|
|
clone_url: e.clone_url,
|
|
order_index: e.order_index,
|
|
}
|
|
}
|