From 1bd12d3b6e3835027a7687ecb7c02181dad71fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Tue, 23 Apr 2024 16:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=8D=87=E7=BA=A7=E6=A1=86?= =?UTF-8?q?=E7=9A=84width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gui/src/bridge/update/front.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gui/src/bridge/update/front.js b/packages/gui/src/bridge/update/front.js index 6447ef8..1dd73f0 100644 --- a/packages/gui/src/bridge/update/front.js +++ b/packages/gui/src/bridge/update/front.js @@ -129,7 +129,6 @@ function install (app, api) { title: '发现新版本:' + value.version, cancelText: '暂不升级', okText: '升级', - width: 600, content: h => { if (value.releaseNotes) { if (typeof value.releaseNotes === 'string') {