Skip to content

Commit

Permalink
修改插件配置
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 2, 2024
1 parent 619c451 commit cf6ddbc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions plugin/think-plugs-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cf6ddbc

Please sign in to comment.