You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
191 B

var skinList=[
{title: '绚丽',
imgUrl: '/static/img/color.jpg'
},
{title: '冰雪',
imgUrl: '/static/img/ice.jpg'
},
]
module.exports = {
postList: skinList,
// a_key: a
}