1. 修改logo为fes.js
2. 去掉copyright
This commit is contained in:
万纯 2020-09-03 15:28:52 +08:00
parent 4fa397d5a6
commit 9c3d4fdde9
4 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<p align="center"><a href="https://webank.gitee.io/fes.js/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://i.loli.net/2020/08/31/FB6zZyPEW5cVDAC.jpg" alt="Fes logo"></a></p>
<p align="center"><a href="https://webank.gitee.io/fes.js/" target="_blank" rel="noopener noreferrer"><img width="200" src="https://i.loli.net/2020/08/31/FB6zZyPEW5cVDAC.jpg" alt="Fes logo"></a></p>
# Fes.js

View File

@ -394,9 +394,7 @@ module.exports = function webpackConfig(configs, webpack, mode) {
/* config.plugin('Copyright') */
isBuild
&& new webpack.BannerPlugin(
'Created By MumbleFe. Copyright © 2015 - 2018 WeBank.'
),
&& new webpack.BannerPlugin(''),
/* config.plugin('case-sensitive-paths') */
new CaseSensitivePathsPlugin(),

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 168 KiB