From d10c0a2fb96798efd31c6309fae89b3ae8864e36 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 17 Dec 2024 21:22:40 +0800 Subject: [PATCH] update --- plugins/mysql-community/index.py | 2 +- web/static/app/public.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql-community/index.py b/plugins/mysql-community/index.py index 79bd47afa..6aa8ca847 100755 --- a/plugins/mysql-community/index.py +++ b/plugins/mysql-community/index.py @@ -3480,7 +3480,7 @@ def installPreInspection(version): sys = mw.execShell(cmd) if sys[1] != '': - return '不支持改系统' + return '不支持该系统' cmd = "cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F '\"' '{print $2}'" sys_id = mw.execShell(cmd) diff --git a/web/static/app/public.js b/web/static/app/public.js index a4d52c2dc..a90fe79c1 100755 --- a/web/static/app/public.js +++ b/web/static/app/public.js @@ -2101,7 +2101,7 @@ function pluginOpService(a, b, v, _suffix_name='') { } layer.confirm( msgTpl('您真的要{1}{2}{3}服务吗?', [d,a,_ver]), { - area: ['300px'] + area: ['300px'], icon: 3, closeBtn: 1 }, function() {