From 93ebaf4e9baa9629852cdd365575fab9f58738a4 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Thu, 10 Jul 2025 14:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E6=9C=8B=E5=8F=8B=E5=9C=88?= =?UTF-8?q?=E6=96=87=E5=AD=97=E9=95=BF=E5=BA=A6=EF=BC=8C=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=EF=BC=8C=E8=BF=9E=E6=8E=A5+=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=A0=87=E7=AD=BE2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/enterprise/controller/Posts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/enterprise/controller/Posts.php b/app/enterprise/controller/Posts.php index c445796..3e6f265 100644 --- a/app/enterprise/controller/Posts.php +++ b/app/enterprise/controller/Posts.php @@ -412,7 +412,7 @@ class Posts extends BaseController $length = 500; $error = lang('im.msgContentLimit') . $textLen; } else { - $content = preg_link($content); + //$content = preg_link($content); } if ($textLen > $length) { return ['error' => $error];