Compare commits
2 Commits
v4.2.5
...
v4.2.5-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54b697f2ee | ||
|
|
70df428825 |
@@ -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>
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user