小修复
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 22m14s

This commit is contained in:
叁玖领域 2026-06-04 20:36:36 +08:00
parent b52ab0c414
commit 7cba1f3adc
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## 更新日志
2026/06/04 - 1次 v1.1.2
* 小修HMCL启动参数问题
2026/06/02 - 2次 v1.1.1 -fix-3
* 如下

View File

@ -1,3 +1,3 @@
{
"javaArgs": "-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError"
"javaArgs": "-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -javaagent:packwiz-installer-bootstrap-wrapper-1.0.0.jar=https://f2.leisuretimedock.top/api/public/dl/-bsM2Vdf/pack.toml"
}