From 5b2d25fe789d643fe687feb7929612ca51f47d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Sun, 17 May 2026 23:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=85=A7=E7=89=87=E5=A2=99=E9=87=8D=E5=86=99?= =?UTF-8?q?=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/views/api/PhotoWall.vue | 518 +++++++++++++++++++++++++--------- src/views/api/SourceImage.vue | 2 +- 3 files changed, 391 insertions(+), 130 deletions(-) diff --git a/components.d.ts b/components.d.ts index 371fa2f..65b1657 100644 --- a/components.d.ts +++ b/components.d.ts @@ -10,6 +10,7 @@ declare module '@vue/runtime-core' { CaptchaPanel: typeof import('./src/components/CaptchaPanel.vue')['default'] ElAside: typeof import('element-plus/es')['ElAside'] ElButton: typeof import('element-plus/es')['ElButton'] + ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup'] ElCard: typeof import('element-plus/es')['ElCard'] ElCheckboxButton: typeof import('element-plus/es')['ElCheckboxButton'] ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup'] diff --git a/src/views/api/PhotoWall.vue b/src/views/api/PhotoWall.vue index f5088f4..9416621 100644 --- a/src/views/api/PhotoWall.vue +++ b/src/views/api/PhotoWall.vue @@ -1,175 +1,435 @@ + + + diff --git a/src/views/api/SourceImage.vue b/src/views/api/SourceImage.vue index 242c79d..eef9f09 100644 --- a/src/views/api/SourceImage.vue +++ b/src/views/api/SourceImage.vue @@ -11,7 +11,7 @@ :on-error="uploadError" auto-upload :show-file-list="false" - style="display: inline-block;margin-right: 10px;"> + style="margin-right: 10px;"> 上传图片