diff --git a/plist_example.html b/plist_example.html index 19cf84a..f0d72d9 100644 --- a/plist_example.html +++ b/plist_example.html @@ -193,7 +193,7 @@ function modeSwitch(){ else{changeLight();localStorage.setItem("meek_theme","light");} } -console.log("\n %c Gmeek " + blogBase["GMEEK_VERSION"] + " %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;"); +console.log("\n Gmeek " + blogBase["GMEEK_VERSION"] + " https://github.com/Meekdai/Gmeek \n\n"); diff --git a/post_example.html b/post_example.html index 880b253..3bed4c4 100644 --- a/post_example.html +++ b/post_example.html @@ -163,6 +163,6 @@ function iFrameLoading(){ } } -console.log("\n %c Gmeek " + blogBase["GMEEK_VERSION"] + " %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;"); +console.log("\n Gmeek " + blogBase["GMEEK_VERSION"] + " https://github.com/Meekdai/Gmeek \n\n");