修改插件配置

This commit is contained in:
邹景立 2024-08-02 10:16:48 +08:00
parent 619c451a5f
commit cf6ddbc587

View File

@ -31,16 +31,18 @@
"app\\admin\\Service" "app\\admin\\Service"
] ]
}, },
"plugin": {
"copy": {
"stc/database": "database/migrations"
}
},
"config": { "config": {
"type": "module", "type": "module",
"name": "系统后台管理", "name": "系统后台管理",
"document": "https://thinkadmin.top/plugin/think-plugs-admin.html", "document": "https://thinkadmin.top/plugin/think-plugs-admin.html",
"description": "后台基础管理模块,系统账号及安全配置管理。" "description": "后台基础管理模块,系统账号及安全配置管理。"
},
"plugin": {
"copy": {
"src": "!app/admin",
"stc/database": "database/migrations"
},
"clear": true
} }
}, },
"prefer-stable": true, "prefer-stable": true,