Skip to content

Commit de1900c

Browse files
author
lmq
committed
Merge branch 'v2.0.1'
2 parents 1d3b72b + 47678b9 commit de1900c

3 files changed

Lines changed: 1 addition & 14 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ diagnose-output.txt
4747
diagnose-stderr.txt
4848
scripts/diagnose-*.pdf
4949

50-
deploy/
50+
.codex
5151

5252
web
53-
.codex

examples/index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@
4444
})();
4545
</script>
4646

47-
<!-- 百度统计 -->
48-
<script>
49-
var _hmt = _hmt || [];
50-
(function () {
51-
var hm = document.createElement("script");
52-
hm.src = "https://hm.baidu.com/hm.js?a2c4d7af1047b494a380f17c3dbab82f";
53-
var s = document.getElementsByTagName("script")[0];
54-
s.parentNode.insertBefore(hm, s);
55-
})();
56-
</script>
57-
5847
<!-- Google Fonts -->
5948
<link rel="preconnect" href="https://fonts.googleapis.com">
6049
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

examples/markdown-editor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
@font-face {
1414
font-family: "SourceHanSansSC-Regular";
1515
src: url("./SourceHanSansSC-Regular.ttf") format("truetype");
16-
font-display: swap;
1716
font-weight: 400;
1817
font-style: normal;
1918
}

0 commit comments

Comments
 (0)