mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
5 lines
164 B
Ruby
5 lines
164 B
Ruby
json.(glcc_news, :id, :title, :url, :uuid)
|
|
data = glcc_news.get_visitor_data
|
|
json.visits data[:visits]
|
|
json.created_time data[:created_time]
|
|
json.from data[:from] |