From 0c07ab22dbed142b75ea5bf6cbd573bcf5a76f20 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 27 Sep 2023 23:26:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E7=89=88=E6=9D=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=88=9D=E5=A7=8B=E5=8C=96=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/changelog/v1.2.0/continew-admin_data.sql | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/continew-admin-webapi/src/main/resources/db/changelog/v1.2.0/continew-admin_data.sql b/continew-admin-webapi/src/main/resources/db/changelog/v1.2.0/continew-admin_data.sql index b615a351..5678c949 100644 --- a/continew-admin-webapi/src/main/resources/db/changelog/v1.2.0/continew-admin_data.sql +++ b/continew-admin-webapi/src/main/resources/db/changelog/v1.2.0/continew-admin_data.sql @@ -32,11 +32,8 @@ INSERT IGNORE INTO `sys_option` (`name`, `code`, `value`, `default_value`, `description`, `update_user`, `update_time`) VALUES ('系统标题', 'site_title', NULL, 'ContiNew Admin', '用于显示登录页面的系统标题。', NULL, NULL), -('版权信息', 'site_copyright', NULL, 'Copyright © 2022-present -Charles7c - -ContiNew Admin - -津ICP备2022005864号-2', '用于显示登录页面的底部版权信息。', NULL, NULL), +('版权信息', 'site_copyright', NULL, +'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', +'用于显示登录页面的底部版权信息。', NULL, NULL), ('系统LOGO(16*16)', 'site_favicon', NULL, 'https://cnadmin.charles7c.top/favicon.ico', '用于显示浏览器地址栏的系统LOGO。', NULL, NULL), ('系统LOGO(33*33)', 'site_logo', NULL, 'https://cnadmin.charles7c.top/logo.svg', '用于显示登录页面的系统LOGO。', NULL, NULL); \ No newline at end of file