Skip to content

Commit

Permalink
feat: 7.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefissure committed Sep 26, 2024
1 parent db1bee8 commit 33d8d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions templates/hunt.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ <h3 class="card-title float-right">
<button type="button" class="btn btn-primary" id="sb">4.0</button>
<button type="button" class="btn btn-primary" id="shb">5.0</button>
<button type="button" class="btn btn-primary" id="ew">6.0</button>
<button type="button" class="btn btn-primary" id="dt">7.0</button>
<button type="button" class="btn btn-primary" id="cd"><i class="fa fa-clock"></i></button>
</div>
<p style="margin-bottom: 0px; margin-left: 10px;">陆行鸟区:</p>
Expand Down Expand Up @@ -125,6 +126,8 @@ <h3 class="card-title float-right">
<tr class="{{ monster_info.server_tag }} shb {{ monster_info.in_cd }}">
{% elif monster_info.monster_type == "90S" %}
<tr class="{{ monster_info.server_tag }} ew {{ monster_info.in_cd }}">
{% elif monster_info.monster_type == "100S" %}
<tr class="{{ monster_info.server_tag }} dt {{ monster_info.in_cd }}">
{% endif %}
<td style="text-align: center; vertical-align: middle;">{{ monster_info.monster }}</td>
<td style="text-align: center; vertical-align: middle;">{{ monster_info.territory }}</td>
Expand Down
4 changes: 2 additions & 2 deletions templates/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ <h3 class="card-title">图库</h3>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://dagrejs.github.io/project/dagre-d3/latest/demo/tipsy.js"></script>
-->
<link rel="stylesheet" href="https://cdn.bootcss.com/tooltipster/3.3.0/css/tooltipster.min.css">
<script type="text/javascript" src="https://cdn.bootcss.com/tooltipster/3.3.0/js/jquery.tooltipster.min.js"></script>
<!-- <link rel="stylesheet" href="https://cdn.bootcss.com/tooltipster/3.3.0/css/tooltipster.min.css">
<script type="text/javascript" src="https://cdn.bootcss.com/tooltipster/3.3.0/js/jquery.tooltipster.min.js"></script> -->
<!-- <script src="https://cdn.bootcss.com/svg.js/2.6.5/svg.js"></script> -->
<!-- <script type="text/javascript" src="/static/dist/js/svg.screenbcard.js"></script> -->
<!-- <script type="text/javascript" src="/static/dist/js/tooltipster.bundle.min.js"></script> -->
Expand Down

0 comments on commit 33d8d34

Please sign in to comment.