From 6ccbec1f82d771b3e3bb61679b5d1e1f57318b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Mon, 18 May 2026 01:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/api/PhotoWall.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/api/PhotoWall.vue b/src/views/api/PhotoWall.vue index 9416621..3ec07c2 100644 --- a/src/views/api/PhotoWall.vue +++ b/src/views/api/PhotoWall.vue @@ -14,9 +14,9 @@ auto-upload :show-file-list="false" style="margin-right: 10px;"> - - 上传图片 - + + 上传图片 + (null) const photos = ref([]) const isUploading = ref(false) +const allowUploadExt = ['jpg', 'jpeg', 'png'] class GalleryPage extends Page { constructor() { super(); this.limit = 50 }