Skip to content

Commit

Permalink
build: 增加啊统计代码
Browse files Browse the repository at this point in the history
  • Loading branch information
NMTuan committed Jul 29, 2022
1 parent 1d4712c commit 12c72c8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: NMTuan
* @Email: [email protected]
* @Date: 2022-06-24 10:58:32
* @LastEditTime: 2022-06-24 16:38:24
* @LastEditTime: 2022-07-29 09:07:30
* @LastEditors: NMTuan
* @Description:
* @FilePath: \math_test_questions_generator\index.html
Expand All @@ -20,5 +20,15 @@
<body>
<div id="app"></div>

<script>
var _hmt = _hmt || []
;(function () {
var hm = document.createElement('script')
hm.src =
'https://hm.baidu.com/hm.js?c8ec60b948860ceb091c3cbc1c0b9833'
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
})()
</script>
</body>
</html>
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: NMTuan
* @Email: [email protected]
* @Date: 2022-06-24 10:58:32
* @LastEditTime: 2022-06-24 16:38:24
* @LastEditTime: 2022-07-29 09:07:30
* @LastEditors: NMTuan
* @Description:
* @FilePath: \math_test_questions_generator\index.html
Expand All @@ -18,5 +18,15 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || []
;(function () {
var hm = document.createElement('script')
hm.src =
'https://hm.baidu.com/hm.js?c8ec60b948860ceb091c3cbc1c0b9833'
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
})()
</script>
</body>
</html>

0 comments on commit 12c72c8

Please sign in to comment.