mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
7 lines
152 B
Ruby
7 lines
152 B
Ruby
module MemosHelper
|
|
|
|
def forum_list
|
|
[{id: 5, name: "技术分享"}, {id: 3, name: "操作指南"}, {id: 16, name: "通知公告"}]
|
|
end
|
|
end
|