From 7b2d6a980bf04d82256ef3f798b3b03b2002ec70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 4 Jan 2026 18:20:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0web=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=8D=B8=E8=BD=BD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/app/AppView.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/views/app/AppView.vue b/web/src/views/app/AppView.vue index 5c116671..b04b41db 100644 --- a/web/src/views/app/AppView.vue +++ b/web/src/views/app/AppView.vue @@ -118,6 +118,12 @@ const columns: any = [ }, { default: () => { + // Web 服务器卸载时的提示信息 + if (row.categories.includes('webserver')) { + return $gettext( + 'Reinstalling/Switching to a different web server will reset the configuration of all websites, are you sure to continue?' + ) + } return $gettext('Are you sure to uninstall app %{ app }?', { app: row.name }) }, trigger: () => {