From 906980d16096546f91f3b3ffa85bee69855721e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sun, 20 Sep 2020 16:26:15 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E6=B7=BB=E5=8A=A0=E8=AE=A4=E8=AF=81?= =?utf8?q?=E7=99=BB=E5=BD=95UI=E9=85=8D=E7=BD=AE=E7=9A=84=E5=88=9D?= =?utf8?q?=E5=A7=8B=E9=85=8D=E7=BD=AE=E7=9A=84=E6=9B=B4=E6=96=B0=E8=84=9A?= =?utf8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../k8s-rancher/1.authx-service/10.0.init.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql index b223b3f..1bec34e 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql +++ b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql @@ -34,6 +34,25 @@ where ID='22'; -- todo, modify commit; +-- 请注意图片的后缀名,须与实际的文件名保持一致 +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__logo.png' where ID='51'; -- casServer.config.logo +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__logo.png' where ID='52'; -- casServer.config.logoM + +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__bg.png' where ID='53'; -- casServer.config.bg +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__bg.png' where ID='54'; -- casServer.config.bgM + +update TB_CONFIG set CONFIG_VALUE='409EFF' where ID='55'; -- casServer.config.schemeColor + +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__icon.png' where ID='56'; -- casServer.config.iconImageUrl + +update TB_CONFIG set CONFIG_VALUE='https://example.com/download.htm' where ID='57'; -- casServer.config.superappDownloadUrl +update TB_CONFIG set CONFIG_VALUE='超级APP' where ID='57-1'; -- casServer.config.superappName + +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__favicon.ico' where ID='58'; -- casServer.config.webFavicon +update TB_CONFIG set CONFIG_VALUE='树维信息' where ID='59'; -- casServer.config.webTitle + +update TB_CONFIG set CONFIG_VALUE='' where ID='61'; -- casServer.config.copyrightContent +update TB_CONFIG set CONFIG_VALUE='' where ID='62'; -- casServer.config.copyrightContentM use user; -- 2.17.1