-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ArkPets附加说明文档 | ||
# 额外 JVM 参数 | ||
|
||
ArkPets 的额外 JVM 参数,这些参数一般用于内部使用或调试用途。 | ||
|
||
目前仅支持在 `.jar` 版本或开发中使用。 | ||
|
||
### 用法 | ||
``` | ||
java -D<选项>=<值> -jar ArkPets.jar | ||
``` | ||
| 选项 | 描述 | | ||
|:----------------------|:----------------------------| | ||
| `arkpets.mactitlebar` | 强制启用 macOS 风格的标题栏。(v4.0.0+) | |