This commit is contained in:
pompurin404 2024-09-30 11:03:15 +08:00
parent db84e6d318
commit a061d440d7
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
### Bug Fixes ### Bug Fixes
- 修复 Windows 网速显示有概率不出现的问题
- 再次修复便携版自动更新失败的问题 - 再次修复便携版自动更新失败的问题
- 修复 url 在软件窗口内打开的问题 - 修复 url 在软件窗口内打开的问题
- 限制实时日志最大行数 - 限制实时日志最大行数

View File

@ -1,6 +1,6 @@
{ {
"name": "mihomo-party", "name": "mihomo-party",
"version": "1.3.6", "version": "1.3.7",
"description": "Mihomo Party", "description": "Mihomo Party",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "mihomo-party", "author": "mihomo-party",