diff --git a/src/admin/templets/module_main.htm b/src/admin/templets/module_main.htm index 72e80473..75bcb403 100644 --- a/src/admin/templets/module_main.htm +++ b/src/admin/templets/module_main.htm @@ -64,9 +64,9 @@ $file = DEDEDATA."/module/{$v['hash']}.xml"; if(file_exists($file)) { if(file_exists(DEDEDATA."/module/{$v['hash']}-readme.php")){ - echo "卸载"; + echo "已安装 卸载"; } else { - echo "安装"; + echo "未安装 安装"; } } else { echo "
下载
";