From cf6ddbc587477fcda4aa1a4149b45d8aeb8c31f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 2 Aug 2024 10:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-plugs-admin/composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/plugin/think-plugs-admin/composer.json b/plugin/think-plugs-admin/composer.json index b7e567ebd..2bd679e89 100644 --- a/plugin/think-plugs-admin/composer.json +++ b/plugin/think-plugs-admin/composer.json @@ -31,16 +31,18 @@ "app\\admin\\Service" ] }, - "plugin": { - "copy": { - "stc/database": "database/migrations" - } - }, "config": { "type": "module", "name": "系统后台管理", "document": "https://thinkadmin.top/plugin/think-plugs-admin.html", "description": "后台基础管理模块,系统账号及安全配置管理。" + }, + "plugin": { + "copy": { + "src": "!app/admin", + "stc/database": "database/migrations" + }, + "clear": true } }, "prefer-stable": true,