From 858b5783e3ce3a34251f68407fb1c5293d4d682f Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Fri, 3 Jan 2020 14:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=E5=95=86=E6=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 17 +++++++++++++---- index.html | 8 +++++++- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 725bc83..7296ba3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,6 @@ - @@ -282,6 +290,7 @@ - \ No newline at end of file diff --git a/index.html b/index.html index 98479a7..0811695 100644 --- a/index.html +++ b/index.html @@ -560,7 +560,13 @@ $('.jieduan div').removeClass('true').eq(index).addClass('true'); } }); - + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?211e994d8ce0c6c45fa88469d5968f04"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })();