Compare commits

...

2 Commits

Author SHA1 Message Date
DLmaster
54b697f2ee Merge branch 'dev' 2025-03-07 11:56:54 +08:00
DLmaster
70df428825 fix(rescourse): 修复统计信息HTML模板公招匹配错误 2025-03-07 11:56:28 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@
<th>星级</th>
<th>数量</th>
</tr>
{% for star, count in recruit_statistics %}
{% for star, count in recruit_statistics.items() %}
<tr>
<td>{{ star }}</td>
<td>{{ count }}</td>

View File

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