添加console背景颜色
This commit is contained in:
parent
c75382c33f
commit
ee00fceb8a
@ -193,7 +193,6 @@ function modeSwitch(){
|
||||
else{changeLight();localStorage.setItem("meek_theme","light");}
|
||||
}
|
||||
|
||||
console.log("\n Gmeek " + blogBase["GMEEK_VERSION"] + " https://github.com/Meekdai/Gmeek \n\n");
|
||||
|
||||
console.log("\n %%c Gmeek %%c https://github.com/Meekdai/Gmeek \n\n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%%, rgb(45, 190, 96) 100%%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%%, rgb(255, 255, 255) 100%%); padding:5px 0;");
|
||||
</script>
|
||||
</html>
|
||||
|
||||
@ -163,6 +163,6 @@ function iFrameLoading(){
|
||||
}
|
||||
}
|
||||
|
||||
console.log("\n Gmeek " + blogBase["GMEEK_VERSION"] + " https://github.com/Meekdai/Gmeek \n\n");
|
||||
console.log("\n %%c Gmeek %%c https://github.com/Meekdai/Gmeek \n\n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%%, rgb(45, 190, 96) 100%%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%%, rgb(255, 255, 255) 100%%); padding:5px 0;");
|
||||
</script>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user