fix: 注释掉被墙的 Typekit 脚本以避免加载错误
This commit is contained in:
@ -52,7 +52,8 @@
|
|||||||
<script src="https://fastly.jsdelivr.net/npm/@vant/touch-emulator/dist/index.min.js"></script>
|
<script src="https://fastly.jsdelivr.net/npm/@vant/touch-emulator/dist/index.min.js"></script>
|
||||||
<link rel="stylesheet" href="https://testingcf.jsdelivr.net/npm/nprogress/nprogress.css" />
|
<link rel="stylesheet" href="https://testingcf.jsdelivr.net/npm/nprogress/nprogress.css" />
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<!-- TODO: use.typekit.net被墙 -->
|
||||||
|
<!-- <script>
|
||||||
(function (d) {
|
(function (d) {
|
||||||
var config = {
|
var config = {
|
||||||
kitId: 'whk2tto',
|
kitId: 'whk2tto',
|
||||||
@ -81,5 +82,5 @@
|
|||||||
};
|
};
|
||||||
s.parentNode.insertBefore(tk, s);
|
s.parentNode.insertBefore(tk, s);
|
||||||
})(document);
|
})(document);
|
||||||
</script>
|
</script> -->
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user