Skip to content

Commit

Permalink
💄 UI(templates/index.html): 更新机台版本信息至「Ver.CN1.40-A」
Browse files Browse the repository at this point in the history
  • Loading branch information
yuangezhizao committed Jun 6, 2024
1 parent 144b3c0 commit 64f9b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/maimai_DX_CN_probe/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 class="ui top attached block brown header">
info
</h4>
<div class="ui bottom attached brown segment">
<a href="{{ url_for('main.info') }}">铺面列表(Ver.CN1.32-H</a>
<a href="{{ url_for('main.info') }}">铺面列表(Ver.CN1.40-A</a>
</div>

<h4 class="ui top attached block pink header">
Expand Down
3 changes: 3 additions & 0 deletions src/maimai_DX_CN_probe/templates/maimai/info/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ <h2>所有乐曲{% if record_musicGenre_data %} - 总计({{ size }})条数
<option disabled value="其他">其他</option>
<option value="舞萌DX 2021">舞萌DX 2021</option>
<option value="舞萌DX 2022">舞萌DX 2022</option>
<option value="舞萌DX 2023">舞萌DX 2023</option>
<option value="舞萌DX 2024">舞萌DX 2024</option>
</select>
</div>
<div class="two wide field">
Expand All @@ -131,6 +133,7 @@ <h2>所有乐曲{% if record_musicGenre_data %} - 总计({{ size }})条数
<label>ver</label>
<select name="ver" class="ui selection dropdown">
<option value="">全部</option>
<option value="Ver.CN1.40-A">Ver.CN1.40-A</option>
<option value="Ver.CN1.32-H">Ver.CN1.32-H</option>
<option value="Ver.CH1.20-H">Ver.CH1.20-H</option>
<option value="Ver.CH1.20-G">Ver.CH1.20-G</option>
Expand Down

0 comments on commit 64f9b6e

Please sign in to comment.