Skip to content

Commit

Permalink
docs: add jvm args
Browse files Browse the repository at this point in the history
  • Loading branch information
litwak913 committed Jan 29, 2025
1 parent 961b410 commit a2ebc4c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/JvmArgs.md
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+) |

0 comments on commit a2ebc4c

Please sign in to comment.