Commit 172d1966 by 赵增煜

替换logo

parent 10fa5683
......@@ -41,7 +41,7 @@ function replaceLogo(){
// 遍历每个找到的元素,并更新其 background 样式
logoIcons.forEach(element => {
// 替换背景图片的 URL 和位置等信息
element.style.background = "url('http://cloud-rx-prod-1324994225.tongzhitang.cn/static/images/logo.png') no-repeat 0px 0px / 1000px 1200px";
element.style.background = "url('http://https://cloud-rx-prod-1324994225.cos.ap-shanghai.myqcloud.com/static/images/logo.png')";
});
}
window.onload = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment