Skip to content

Commit

Permalink
hosturl update
Browse files Browse the repository at this point in the history
  • Loading branch information
axiaoxin committed May 16, 2024
1 parent bfe654b commit 847014c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env = "localhost"
pprof = true
# 开启 prometheus metrics
metrics = true
host_url = "https://axiaoxin.com/investool"
host_url = ""



Expand Down
13 changes: 10 additions & 3 deletions statics/html/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<i class="large material-icons">bookmark_border</i>
</a>
<ul>
<!-- <li><a class="btn-floating red tooltipped pulse" data-position="left" data-tooltip="股票" href="{{ .HostURL }}/stock"><i class="material-icons">trending_up</i></a></li> -->
<li><a class="btn-floating red tooltipped pulse" data-position="left" data-tooltip="股票" href="{{ .HostURL }}/stock"><i class="material-icons">trending_up</i></a></li>
<li><a class="btn-floating orange tooltipped pulse" data-position="left" data-tooltip="基金" href="{{ .HostURL }}/fund"><i class="material-icons">timeline</i></a></li>
<li><a class="btn-floating blue tooltipped pulse" data-position="left" data-tooltip="关于" href="{{ .HostURL }}/about"><i class="material-icons">info_outline</i></a></li>
<li><a class="btn-floating purple tooltipped pulse" data-position="left" data-tooltip="留言" href="{{ .HostURL }}/comment"><i class="material-icons">chat_bubble_outline</i></a></li>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h5 class="white-text">东方财富数据中心</h5>
</div>
<div class="footer-copyright copyright adsbygoogle">
<iframe src="https://ghbtns.com/github-btn.html?user=axiaoxin-com&amp;repo=investool&amp;type=star&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
<p class="right">© 2021-<script type="text/javascript">document.write(new Date().getFullYear());</script> <a href="https://axiaoxin.com/profile" target="_blank">axiaoxin</a>, All rights reserved.</p>
<p class="right">© 2021-<script type="text/javascript">document.write(new Date().getFullYear());</script> <a href="https://axiaoxin.com/profile/" target="_blank">axiaoxin</a>, All rights reserved.</p>
</div>
</footer>

Expand All @@ -162,12 +162,19 @@ <h5 class="white-text">东方财富数据中心</h5>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?21169b062c3bc9615b5bdf9b9ef71937";
hm.src = "https://hm.baidu.com/hm.js?a89520e0f6dd64fc92796d55df653628";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- 百度统计END -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "mcpmhctg5g");
</script>

</body>
</html>
Expand Down

0 comments on commit 847014c

Please sign in to comment.