From 03a70359a3c46318fe1efb237cd897a1d3ff8d6f Mon Sep 17 00:00:00 2001 From: Meekdai Date: Mon, 31 Jul 2023 22:07:34 +0800 Subject: [PATCH] =?UTF-8?q?console=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=ACtag?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plist_example.html | 2 +- post_example.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plist_example.html b/plist_example.html index 7e17585..4f69a8b 100644 --- a/plist_example.html +++ b/plist_example.html @@ -193,6 +193,6 @@ function modeSwitch(){ else{changeLight();localStorage.setItem("meek_theme","light");} } -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;"); +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;"); diff --git a/post_example.html b/post_example.html index 2a3799a..d622b03 100644 --- a/post_example.html +++ b/post_example.html @@ -163,6 +163,6 @@ function iFrameLoading(){ } } -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;"); +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;");