diff --git a/src/views/index/EditorsMaps.vue b/src/views/index/EditorsMaps.vue new file mode 100644 index 0000000..90513ed --- /dev/null +++ b/src/views/index/EditorsMaps.vue @@ -0,0 +1,355 @@ + + + + ← 返回 + + + {{ authorName }} + + + + + + 预览图 + 地图名称 + 下载次数 + 收藏次数 + 玩家数量 + 创建时间 + 标签 + + + + + + + + {{ map.chinese_name }} + {{ map.download_count }} + {{ map.favourite_count }} + {{ map.player_count }} + {{ formatDate(map.create_time) }} + + + {{ tag }} + + + + + + + + + 上一页 + + + {{ page }} + {{ page }} + + + 下一页 + + + 跳转 + + + + + + + + \ No newline at end of file