Improve installer automation and config editor

This commit is contained in:
2026-05-08 19:29:07 +09:00
parent 5ff4e20b5e
commit 427b708277
12 changed files with 751 additions and 216 deletions

View File

@@ -45,6 +45,10 @@
<% }) %>
</select>
</label>
<label>
<span>권장 JDK 버전</span>
<input type="number" name="recommendedJdkVersion" value="<%= pack.recommendedJdkVersion ?? 17 %>" min="8" required />
</label>
<label>
<span>packPath</span>
<input name="packPath" value="<%= pack.packPath %>" required />