From 0034e5eab12710f4ff5ba8fe3990cf23180a3297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Fri, 22 Apr 2022 06:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/settings.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/settings.js b/src/settings.js index 39be17d..4dc00f9 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,8 +1,8 @@ export default { - /** - * 框架版本号 - */ - version: '3.8.0', + /** + * 框架版本号 + */ + version: '3.8.0', /** * 网页标题 */ @@ -47,5 +47,9 @@ export default { * The default is only used in the production env * If you want to also use it in dev, you can pass ['production', 'development'] */ - errorLog: 'production' -} + errorLog: 'production', + /** + * 版权信息 + */ + copyright: 'Copyright ©2022 izhaorui.cn All Rights Reserved.' +} \ No newline at end of file