Skip to content

Commit 4ba6bb3

Browse files
committed
fix: ga uid;
1 parent bcf941e commit 4ba6bb3

File tree

4 files changed

+632
-8
lines changed

4 files changed

+632
-8
lines changed

docs/.vuepress/utils/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = [
55
[
66
'@vuepress/google-analytics',
77
{
8-
ga: 'G-34CHQQ5L9Y'
8+
ga: 'UA-153944249-1'
99
}
1010
],
1111
[

docs/zh/guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ We welcome all contributions. You can submit any ideas as [pull requests](https:
168168

169169
[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)
170170

171+
[算法小抄](https://labuladong.gitbook.io/algo/)
172+
171173
- sort
172174

173175
[JS-Sorting-Algorithm](https://github.com/Rain120/JS-Sorting-Algorithm)

0 commit comments

Comments
 (0)