Skip to content

Commit 1e6a6c7

Browse files
committed
💄 UI(templates/index.html): 更新机台版本信息至「Ver.CN1.41-D」
1 parent a5f81c4 commit 1e6a6c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/maimai_DX_CN_probe/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h4 class="ui top attached block brown header">
3636
info
3737
</h4>
3838
<div class="ui bottom attached brown segment">
39-
<a href="{{ url_for('main.info') }}">铺面列表(Ver.CN1.41-C</a>
39+
<a href="{{ url_for('main.info') }}">铺面列表(Ver.CN1.41-D</a>
4040
</div>
4141

4242
<h4 class="ui top attached block pink header">

src/maimai_DX_CN_probe/templates/maimai/info/list.html

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ <h2>所有乐曲{% if record_musicGenre_data %} - 总计({{ size }})条数
133133
<label>ver</label>
134134
<select name="ver" class="ui selection dropdown">
135135
<option value="">全部</option>
136+
<option value="Ver.CN1.41-D">Ver.CN1.41-D</option>
136137
<option value="Ver.CN1.41-C">Ver.CN1.41-C</option>
137138
<option value="Ver.CN1.41-B">Ver.CN1.41-B</option>
138139
<option value="Ver.CN1.40-A">Ver.CN1.40-A</option>

0 commit comments

Comments
 (0)