From 14dd8c743474cf7b42668620a0e04697fe4b9494 Mon Sep 17 00:00:00 2001 From: Karson Date: Tue, 2 Jun 2026 17:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index ac3f9aca..a5d2e45a 100755 --- a/application/config.php +++ b/application/config.php @@ -302,7 +302,7 @@ return [ //允许跨域的域名,多个以,分隔 'cors_request_domain' => 'localhost,127.0.0.1', //版本号 - 'version' => '1.6.4.20260522', + 'version' => '1.6.5.20260602', //API接口地址 'api_url' => 'https://api.fastadmin.net', ],