We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dede422 commit 74080d2Copy full SHA for 74080d2
docs/index.html
@@ -88,14 +88,19 @@
88
<script src="//unpkg.com/docsify-copy-code@2/dist/docsify-copy-code.min.js"></script>
89
<script>
90
var _hmt = _hmt || [];
91
+ _hmt.push(['_requirePlugin', 'UrlChangeTracker', {
92
+ shouldTrackUrlChange: function (newPath, oldPath) {
93
+ return newPath && oldPath;
94
+ }}
95
+ ]);
96
(function() {
97
var hm = document.createElement("script");
98
hm.src = "https://hm.baidu.com/hm.js?f7183671fb31a72132a222296b162353";
99
var s = document.getElementsByTagName("script")[0];
100
s.parentNode.insertBefore(hm, s);
101
})();
102
if (typeof navigator.serviceWorker !== 'undefined') {
- navigator.serviceWorker.register('sw.js')
103
+ navigator.serviceWorker.register('sw.js')
104
}
105
</script>
106
</body>
0 commit comments