From e551f7f5107f596cb2eadd3b55895a52a15b25dc Mon Sep 17 00:00:00 2001 From: Kunagisa <1549184870@qq.com> Date: Thu, 12 Jun 2025 22:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E8=B7=83=E4=BD=9C=E8=80=85=E6=8E=A8?= =?UTF-8?q?=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/EditorsMaps.vue | 355 ++++++++++++++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 src/views/index/EditorsMaps.vue 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