From b03c534e6b640db13ce86ce37c00aa3050a2d039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 23 Aug 2024 08:26:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=20.env=20=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-plugs-static/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/think-plugs-static/composer.json b/plugin/think-plugs-static/composer.json index 3e31a88e1..54238089a 100644 --- a/plugin/think-plugs-static/composer.json +++ b/plugin/think-plugs-static/composer.json @@ -17,7 +17,6 @@ "plugin": { "copy": { "stc/think": "!think", - "stc/.env.example": ".env", "stc/public/index.php": "!public/index.php", "stc/public/static/plugs": "!public/static/plugs", "stc/public/static/theme": "!public/static/theme", @@ -25,6 +24,7 @@ "stc/public/static/login.js": "!public/static/login.js" }, "init": { + "stc/.env.example": ".env", "stc/class/Index.php": "app/index/controller/Index.php", "stc/config/app.php": "config/app.php", "stc/config/cache.php": "config/cache.php",