From 150e1044d1ce7a98193d76a97203c91b80ecc40c Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 27 Apr 2024 19:58:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/changelog/mysql/continew-admin_data.sql | 2 +- .../resources/db/changelog/postgresql/continew-admin_data.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql b/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql index e60eaa66..b6aac72c 100644 --- a/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql +++ b/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql @@ -111,7 +111,7 @@ INSERT INTO `sys_option` VALUES ('系统标题', 'site_title', NULL, 'ContiNew Admin', '用于显示登录页面的系统标题。', NULL, NULL), ('版权信息', 'site_copyright', NULL, - 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', + 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', '用于显示登录页面的底部版权信息。', NULL, NULL), ('系统LOGO(16*16)', 'site_favicon', NULL, '/favicon.ico', '用于显示浏览器地址栏的系统LOGO。', NULL, NULL), ('系统LOGO(33*33)', 'site_logo', NULL, '/logo.svg', '用于显示登录页面的系统LOGO。', NULL, NULL); diff --git a/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql b/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql index 3828af7b..67362bdd 100644 --- a/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql +++ b/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql @@ -111,7 +111,7 @@ INSERT INTO "sys_option" VALUES ('系统标题', 'site_title', NULL, 'ContiNew Admin', '用于显示登录页面的系统标题。', NULL, NULL), ('版权信息', 'site_copyright', NULL, - 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', + 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', '用于显示登录页面的底部版权信息。', NULL, NULL), ('系统LOGO(16*16)', 'site_favicon', NULL, '/favicon.ico', '用于显示浏览器地址栏的系统LOGO。', NULL, NULL), ('系统LOGO(33*33)', 'site_logo', NULL, '/logo.svg', '用于显示登录页面的系统LOGO。', NULL, NULL);