Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
feat: add user analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
phobal committed Jun 15, 2019
1 parent 95dabc4 commit f57511c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,14 @@
);
}
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?5c4119b9e77388039645dd22dd9b5a26";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>

0 comments on commit f57511c

Please sign in to comment.