From ee00fceb8a88a237d0e90c4119d92c95c27e11c2 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Mon, 31 Jul 2023 22:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0console=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plist_example.html | 3 +-- post_example.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/plist_example.html b/plist_example.html index f0d72d9..7e17585 100644 --- a/plist_example.html +++ b/plist_example.html @@ -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;"); diff --git a/post_example.html b/post_example.html index 3bed4c4..2a3799a 100644 --- a/post_example.html +++ b/post_example.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;");