From 32816b9d110a762d4913d0adf4814215dbfe7ace Mon Sep 17 00:00:00 2001 From: Penny <2500338766@qq.com> Date: Tue, 25 Apr 2023 20:53:36 +0800 Subject: [PATCH] =?UTF-8?q?feature:=E4=BC=98=E5=8C=96sd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ai/paint/paint.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/ai/paint/paint.vue b/pages/ai/paint/paint.vue index fde7032..a976d8f 100644 --- a/pages/ai/paint/paint.vue +++ b/pages/ai/paint/paint.vue @@ -113,21 +113,21 @@ size: [ { id: 1, - text: '正方形(512x512)', + text: '正方形', height: 512, width: 512 }, { id: 2, - text: '宽屏(1280x720)', - height: 1280, - width: 720 + text: '宽屏', + height: 512, + width: 1024 }, { id: 3, - text: '竖屏(720x1280)', - height: 720, - width: 1280 + text: '竖屏', + height: 1024, + width: 512 } ], }