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

@@ -86,6 +86,11 @@ h2 { margin: 0 0 20px; font-size: 34px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.infoHint {
margin: 0 0 16px;
color: var(--muted);
}
.field input {
width: 100%;
min-height: 48px;
@@ -175,3 +180,17 @@ button.primary {
gap: 12px;
margin-top: 16px;
}
.eulaLink {
color: var(--accent);
}
.eulaText {
margin-top: 14px;
max-height: 260px;
overflow: auto;
white-space: pre-wrap;
font-family: Consolas, monospace;
font-size: 13px;
line-height: 1.55;
}