From 24852b8904e64e1402ad4968f542bcc191d0496c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=86=E7=93=9C=E4=BA=91?= Date: Mon, 31 Jul 2023 18:21:42 +0800 Subject: [PATCH] =?UTF-8?q?%=E9=97=AE=E9=A2=98=EF=BC=8C=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E8=A6=81=E8=A7=A3=E5=86=B3?= 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 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");