fix: remove Created by MumbleFE

This commit is contained in:
winixt 2022-11-21 10:49:18 +08:00
parent 7649895c77
commit b6ba33df6e

View File

@ -34,7 +34,7 @@ export default (api) => {
// .fes配置 // .fes配置
const userConfig = { const userConfig = {
title: api.title, title: api.title,
footer: 'Created by Fes.js', footer: null,
...(api.config.layout || {}), ...(api.config.layout || {}),
}; };