fluid-dev / hexo-theme-fluid

:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
https://hexo.fluid-dev.com/
GNU General Public License v3.0
7.05k stars 1.11k forks source link

51.la 统计代码需要更新 #1033

Open zhuxiucai opened 6 months ago

zhuxiucai commented 6 months ago

51.la 统计代码过时的

hexo-theme-fluid/layout/partials/plugins/analytics.ejs

<% if(theme.web_analytics.woyaola) { %>

<script async>

!function(p){"use strict";!function(t){var s=window,e=document,i=p,c="".concat("https:"===e.location.protocol?"https://":"http://","sdk.51.la/js-sdk-pro.min.js"),n=e.createElement("script"),r=e.getElementsByTagName("script")[0];n.type="text/javascript",n.setAttribute("charset","UTF-8"),n.async=!0,n.src=c,n.id="LA_COLLECT",i.d=n;var o=function(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:"<%= theme.web_analytics.woyaola.id %>",ck:"<%= theme.web_analytics.woyaola.ck %>"}); <% } %>