From 699e469c60911a11708fc9686f6c683f8cfa5ef9 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 28 Nov 2022 10:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=B5=8F=E8=A7=88=E9=87=8F?= =?UTF-8?q?=20API=20=E6=97=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=88=B3=E6=9D=A5=E9=A2=84=E9=98=B2=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config/head.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config/head.ts b/docs/.vitepress/config/head.ts index d8718e1a8..94fdddd00 100644 --- a/docs/.vitepress/config/head.ts +++ b/docs/.vitepress/config/head.ts @@ -30,7 +30,7 @@ export const head: HeadConfig[] = [ ['script', {}, `var pageUrl = location.href; (function() { xhr = new XMLHttpRequest(); - xhr.open('GET', 'https://api.charles7c.top/blog/pv?pageUrl=' + pageUrl); + xhr.open('GET', 'https://api.charles7c.top/blog/pv?pageUrl=' + pageUrl + "&t=" + new Date().getTime()); xhr.send(); })();`] /*['script', {}, `var pageUrl = location.href;