From 8cb3735772c210f45e30457cce429056d5d03d68 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 16:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0google=E5=88=B0=E6=8C=87=E5=AE=9A=E7=BD=91=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plist_example.html | 4 +++- post_example.html | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plist_example.html b/plist_example.html index dc578be..f42d8de 100644 --- a/plist_example.html +++ b/plist_example.html @@ -50,7 +50,7 @@ h1 a{margin-left: 4px;margin-top: 16px;}
@@ -94,6 +94,8 @@ document.title=blogBase["title"]; document.getElementById("avatarImg").src=blogBase["avatarUrl"]; document.getElementById("blogTitle").innerHTML=blogBase["displayTitle"]; document.getElementById("blogSubTitle").innerHTML=blogBase["subTitle"]; +document.getElementById("searchSite").setAttribute("value",blogBase["homeUrl"]); + document.getElementById("changeTheme").setAttribute("title",i18n[0]); document.getElementById("buttonLink").setAttribute("title",i18n[3]); document.getElementById("buttonAbout").setAttribute("title",i18n[4]); diff --git a/post_example.html b/post_example.html index 879406e..18620f3 100644 --- a/post_example.html +++ b/post_example.html @@ -159,7 +159,6 @@ function iFrameLoading(){ document.getElementById("cmButton").style.display="none"; console.log("utterances Load OK"); } - } }