From c66b9794eeee97ba46e41d24aa50875379fb0714 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 10 Dec 2024 18:40:29 +0800 Subject: [PATCH] Update php.js --- plugins/php-apt/js/php.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php-apt/js/php.js b/plugins/php-apt/js/php.js index 23ee62e91..0fbab5484 100755 --- a/plugins/php-apt/js/php.js +++ b/plugins/php-apt/js/php.js @@ -631,9 +631,9 @@ function phpLibConfig(version){ } if (libs[i]['task'] == '-1' && libs[i].phpversions.indexOf(version) != -1) { - opt = '安装中..' + opt = '安装.' } else if (libs[i]['task'] == '0' && libs[i].phpversions.indexOf(version) != -1) { - opt = '等待中..' + opt = '等待.' } else if (libs[i].status) { opt = '卸载' } else {