|
@@ -8,6 +8,15 @@
|
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
|
</title>
|
|
|
<script>
|
|
|
+ var _hmt = _hmt || [];
|
|
|
+ (function() {
|
|
|
+ var hm = document.createElement("script");
|
|
|
+ hm.src = "https://hm.baidu.com/hm.js?c4d2113682fb35862a0acaa7679c09fd";
|
|
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
+ })();
|
|
|
+ </script>
|
|
|
+ <script>
|
|
|
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS
|
|
|
.supports('top: constant(a)'))
|
|
|
document.write(
|