Skip to content

Commit

Permalink
remove ‘挖矿’
Browse files Browse the repository at this point in the history
  • Loading branch information
interestingLSY committed Dec 2, 2021
1 parent e1aa166 commit 76cd192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion website/views/coinHelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script> $("#menu-<%=coinConfig.name%>").addClass('selected') </script>

<div class="ui container" style="margin-top: 40px; width: 80%">
<h1 class="ui header"><%=coinConfig.chineseName%> / <%=coinConfig.name%> / <%=coinConfig.symbol%> 挖矿教程</h1>
<h1 class="ui header"><%=coinConfig.chineseName%> / <%=coinConfig.name%> / <%=coinConfig.symbol%> 教程</h1>

<h3> 我需要做什么? </h3>
<p> 总的来说,您需要进行以下几个步骤 <br /></p>
Expand Down
3 changes: 0 additions & 3 deletions website/views/coinIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@ <h4><b>您的矿机在过去 24 小时内没有任何提交</b></h4>
</script>
<%}%>

<h3> 新手上路 & 疑难解答 </h3>
<a href="/coin/<%=coinConfig.name%>/help"> 点击这里查看教程 </a>

<h3> 连接到矿池 </h3>
<table class="ui celled collapsing table" style="font-size: 14px;">
<thead>
Expand Down
37 changes: 2 additions & 35 deletions website/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,20 @@ <h4 class="ui block top attached header">
<div class="ui bottom attached aligned segment">
<div class="ui text container">
<h2> 欢迎来到鸟池! 👋</h2>
<p> 这个矿池有个外号,叫做<b>高中生矿池</b>。这大概是因为站长在开始开发矿池的时候还是个高中生。</p>
<p> 本矿池的初心即为帮助各位萌新,旨在让第一次挖矿的萌新们能够快速上手,有一个良好的挖矿体验。
本矿池的目标是提供从钱包到挖矿的一条龙服务,让您足不出户,安心挖矿。</p>
<p> 当然,本矿池也欢迎在挖矿圈混得风生水起的大佬们啦~ 本矿池会力所能及地提供各种数据统计服务。</p>
<p> 那我们话不多说,赶紧上手吧!如果你是一只萌新,请在左侧选择你想挖的币种,然后查看新手教程,开始我们的挖矿之旅。
如果您是大佬,请在左侧选择你想挖的币种,查看挖矿地址等。</p>
<p> 祝您财源滚滚,挖矿顺利!</p>
</div>
</div>

<h4 class="ui block top attached header">
开始挖矿!
</h4>
<div class="ui bottom attached aligned segment">
<div class="ui text container">
<p> 请在左侧选择您想挖的币种 </p>
<p> 请在左侧选择币种 </p>
</div>
</div>

<h4 class="ui block top attached header">
投食
赞助
</h4>
<div class="ui bottom attached aligned segment">
<div class="ui text container">
<p> 矿池刚刚开业,希望诸位老爷的帮助~ </p>
<% for( var coin in coinsConfig ){ %>
<p>
<% var coinConfig = coinsConfig[coin]; %>
Expand All @@ -46,28 +35,6 @@ <h4 class="ui block top attached header">
<% } %>
</div>
</div>

<h4 class="ui block top attached header">
有建议?有问题?有不满的地方?
</h4>
<div class="ui bottom attached aligned segment">
<div class="ui text container">
<p> 欢迎加入矿池交流群! </p>
<p> 啊我好像还没建群,那就先用喜鹊币的交流群吧!有问题的话 @ 群主就好了~
群号是:953467739 </p>
</div>
</div>

<h4 class="ui block top attached header">
更新日志
</h4>
<div class="ui bottom attached aligned segment">
<div class="ui text container">
<ul>

</ul>
</div>
</div>
</div>

<%- include('base_footer.html'); -%>

0 comments on commit 76cd192

Please sign in to comment.