feat: 首次提交
This commit is contained in:
39
pages/layout/newsList/index.js
Normal file
39
pages/layout/newsList/index.js
Normal file
@ -0,0 +1,39 @@
|
||||
// 本文件由FirstUI授权予新疆天衡创新研究院有限公司(手机号: 1 86 1 4072 54 9,身份证尾号:5A07X5)专用,请尊重知识产权,勿私下传播,违者追究法律责任。
|
||||
export default [{
|
||||
id:1,
|
||||
title:'这座中亚古城为何引起总书记的关注',
|
||||
isTop:true,
|
||||
source:'人民日报',
|
||||
comment:1855,
|
||||
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_001.jpeg']
|
||||
//...
|
||||
},{
|
||||
|
||||
id:2,
|
||||
title:'纳米时栅用时间测量空间',
|
||||
isTop:true,
|
||||
source:'金台资讯',
|
||||
comment:2112,
|
||||
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_004.jpeg']
|
||||
},{
|
||||
id:3,
|
||||
title:'羊了个羊山东排第一,山东游戏大省实锤了',
|
||||
isTop:false,
|
||||
source:'直播德州',
|
||||
comment:261,
|
||||
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_002.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_003.jpeg']
|
||||
},{
|
||||
id:4,
|
||||
title:'早上空腹喝水,危害大过不吃早餐?忠告:3种水,不建议空腹喝',
|
||||
isTop:false,
|
||||
source:'康复科刘医师',
|
||||
comment:1204,
|
||||
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_009.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_010.jpeg']
|
||||
},{
|
||||
id:5,
|
||||
title:'提起蒙古国,很多人的心中都会生起一种难以言说的痛。156万多平方公里、跟新疆差不多大的一块肥沃土地,说没就没了',
|
||||
isTop:false,
|
||||
source:'直播德州',
|
||||
comment:135,
|
||||
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_001.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_006.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_005.jpeg']
|
||||
}]
|
Reference in New Issue
Block a user