Skip to content

Commit 5ead293

Browse files
jschoiRRDajeong-Park
authored andcommitted
다크 모드시 white 로고로 변경하도록 테스트1
1 parent 1e0f1ab commit 5ead293

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/util/update-mold-theme-from-license.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if [ "ablestack" == "$type" ]; then
1212
# 로고 파일 변경
1313
sed -i "/\"logo\"/ c\ \"logo\": \"assets/logo-ablestack.png\"," $config_path
1414
sed -i "/\"banner\"/ c\ \"banner\": \"assets/login-logo-ablestack.png\"," $config_path
15-
sed -i "/\"minilogo\"/ c\ \"minilogo\": \"assets/mini-logo-ablestack.png\"," $config_path
15+
sed -i "/\"miniLogo\"/ c\ \"miniLogo\": \"assets/mini-logo-ablestack.png\"," $config_path
16+
sed -i "/\"whiteLogo\"/ c\ \"whiteLogo\": \"assets/white-logo-ablestack.png\"," $config_path
1617

1718
# 저작권 표시 변경
1819
sed -i "/\"footer\"/ c\ \"footer\": \"ⓒ 2021-2025 ABLECLOUD Inc. All Rights Reserved.\"," $config_path
@@ -42,7 +43,8 @@ elif [ "clostack" == "$type" ]; then
4243
# 로고 파일 변경
4344
sed -i "/\"logo\"/ c\ \"logo\": \"assets/logo-clostack.png\"," $config_path
4445
sed -i "/\"banner\"/ c\ \"banner\": \"assets/login-logo-clostack.png\"," $config_path
45-
sed -i "/\"minilogo\"/ c\ \"minilogo\": \"assets/mini-logo-ablestack.png\"," $config_path
46+
sed -i "/\"miniLogo\"/ c\ \"miniLogo\": \"assets/mini-logo-ablestack.png\"," $config_path
47+
sed -i "/\"whiteLogo\"/ c\ \"whiteLogo\": \"assets/white-logo-clostack.png\"," $config_path
4648

4749
# 저작권 표시 변경
4850
sed -i "/\"footer\"/ c\ \"footer\": \"ⓒ 2025 ITCEN CLOIT. All Rights Reserved.\"," $config_path
@@ -71,7 +73,8 @@ elif [ "hv" == "$type" ]; then
7173
# 로고 파일 변경
7274
sed -i "/\"logo\"/ c\ \"logo\": \"assets/logo-hv.png\"," $config_path
7375
sed -i "/\"banner\"/ c\ \"banner\": \"assets/login-logo-hv.png\"," $config_path
74-
sed -i "/\"minilogo\"/ c\ \"minilogo\": \"assets/mini-logo-hv.png\"," $config_path
76+
sed -i "/\"miniLogo\"/ c\ \"miniLogo\": \"assets/mini-logo-hv.png\"," $config_path
77+
sed -i "/\"whiteLogo\"/ c\ \"whiteLogo\": \"assets/white-logo-hv.png\"," $config_path
7578

7679
# 저작권 표시 변경
7780
sed -i "/\"footer\"/ c\ \"footer\": \"© HS HYOSUNG INFORMATION SYSTEMS\"," $config_path

0 commit comments

Comments
 (0)