Skip to content

Commit 70df428

Browse files
committed
fix(rescourse): 修复统计信息HTML模板公招匹配错误
1 parent 863e6fb commit 70df428

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/html/MAA_statistics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>公招统计</h3>
186186
<th>星级</th>
187187
<th>数量</th>
188188
</tr>
189-
{% for star, count in recruit_statistics %}
189+
{% for star, count in recruit_statistics.items() %}
190190
<tr>
191191
<td>{{ star }}</td>
192192
<td>{{ count }}</td>

resources/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"main_version": "4.2.5.0",
2+
"main_version": "4.2.5.1",
33
"updater_version": "1.1.2.1",
4-
"announcement": "\n## 新增功能\n- 历史记录统计功能上线\n- 添加软件主页\n- 添加启动时直接最小化功能\n- 更新器拥有多网址测速功能\n- 添加统计信息通知功能(含六星监测)\n## 修复BUG\n- RMA70-12不能正确统计的问题\n- 更新器修正`channel`\n## 程序优化\n- 添加MAA监测字段:`未检测到任何模拟器`\n- 取消MAA运行中自动更新",
4+
"announcement": "\n## 新增功能\n- 暂无\n## 修复BUG\n- 修复统计信息HTML模板公招匹配错误\n## 程序优化\n- 暂无",
55
"proxy_list": [
66
"",
77
"https://gitproxy.click/",

0 commit comments

Comments
 (0)