From 932cdceab302d6a03a2f8f5e767af04f7bb178f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=B0=B8=E5=B9=B3?= Date: Thu, 3 Jul 2025 15:10:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BE=9D=E8=B5=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/.htaccess | 1 - Server/.user.ini | 1 - Server/composer.json | 24 +++--------------------- Server/nginx.htaccess | 0 Server/thinkphp/tpl/think_exception.tpl | 1 - 5 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 Server/.user.ini create mode 100644 Server/nginx.htaccess diff --git a/Server/.htaccess b/Server/.htaccess index 0519ecba..e69de29b 100644 --- a/Server/.htaccess +++ b/Server/.htaccess @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Server/.user.ini b/Server/.user.ini deleted file mode 100644 index da4d173f..00000000 --- a/Server/.user.ini +++ /dev/null @@ -1 +0,0 @@ -open_basedir="D:/Yongpxu/Project/Server/;C:/Windows/Temp/;C:/Temp/;D:/BtSoft/temp/session/" \ No newline at end of file diff --git a/Server/composer.json b/Server/composer.json index b03a37f4..61d3fa7c 100644 --- a/Server/composer.json +++ b/Server/composer.json @@ -16,19 +16,8 @@ } ], "require": { - "php": ">=7.0", - "topthink/framework": "5.1.*", - "phpoffice/phpexcel": "^1.8", - "endroid/qr-code": "^2.5", - "alibabacloud/dysmsapi-20170525": "2.0.16", - "hashids/hashids": "^3.0", - "aliyuncs/oss-sdk-php": "^2.7", - "topthink/think-worker": "2.0.*", - "topthink/think-queue": "2.0.*", - "textalk/websocket": "^1.5", - "guzzlehttp/guzzle": "^7.9", - "eison/utils": "^1.2", - "overtrue/wechat": "~5.0" + "php": ">=5.4.0", + "topthink/framework": "5.0.*" }, "autoload": { "psr-4": { @@ -39,13 +28,6 @@ "think-path": "thinkphp" }, "config": { - "preferred-install": "dist", - "allow-plugins": { - "topthink/think-installer": true, - "easywechat-composer/easywechat-composer": true - } - }, - "require-dev": { - "symfony/var-dumper": "^5.4" + "preferred-install": "dist" } } diff --git a/Server/nginx.htaccess b/Server/nginx.htaccess new file mode 100644 index 00000000..e69de29b diff --git a/Server/thinkphp/tpl/think_exception.tpl b/Server/thinkphp/tpl/think_exception.tpl index ff7c2870..bd2e2cc2 100644 --- a/Server/thinkphp/tpl/think_exception.tpl +++ b/Server/thinkphp/tpl/think_exception.tpl @@ -81,7 +81,6 @@ 系统发生错误 -