const { formmat } = require("../../utils/http"); function Home() { const homeList = [ { text: "何以中国", url: "https://cxzx.smcic.net/topic/Applets/shengshizhongguo/0.png", type: 'toDetail' }, { text: "日程安排", url: "https://cxzx.smcic.net/topic/Applets/shengshizhongguo/1.png", type: 'toDetail' }, { text: "图片集锦", url: "https://cxzx.smcic.net/topic/Applets/shengshizhongguo/3.png", type: 'image' }, { text: "精彩视频", url: "https://cxzx.smcic.net/topic/Applets/shengshizhongguo/4.png", type: 'video' }, { text: "媒体风采", url: "https://cxzx.smcic.net/topic/Applets/shengshizhongguo/5.png", type: 'toDetail' }, { text: "蓝直播", url: "https://cxzx.smcic.net/topic/Applets/shengshizhongguo/2.png", type: 'video' }, ]; return formmat(homeList, 0, "ok"); } module.exports = { Home }