Skip to content

Commit 2bd9a98

Browse files
author
haibo.li2
committed
统计
1 parent c83af18 commit 2bd9a98

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- [UI](./application/ui.md)
44
- [ETE](./application/ete.md)
55
- [扩展管理](./application/plugin.md)
6-
- [错误信息列表](./application/code.md)
6+
- [错误信息列表](./application/code.md)

about/_sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- [团队成员](about/team.md)
2-
- [更新信息](about/version.md)
1+
- [团队成员](about/team.md)
2+
- [更新信息](about/version.md)

img/.DS_Store

-4 KB
Binary file not shown.

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
<link rel="stylesheet" href="./lib/vue.css" />
1616
<link rel="stylesheet" href="./lib/gitalk.css" />
1717
<link rel="icon" href="./img/icon.ico" />
18+
<script>
19+
var _hmt = _hmt || []
20+
;(function () {
21+
var hm = document.createElement('script')
22+
hm.src = 'https://hm.baidu.com/hm.js?ae96f41b516ec0e9ad060c775e268181'
23+
var s = document.getElementsByTagName('script')[0]
24+
s.parentNode.insertBefore(hm, s)
25+
})()
26+
</script>
1827
</head>
1928
<body>
2029
<img class="etest-img" src="./img/logo.jpg" />

0 commit comments

Comments
 (0)