Files
minecraft_launcher/app/install.ejs
claude-bot bc6bef0c46
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled
Polish launcher main and library flows
2026-05-04 15:10:36 +09:00

38 lines
2.1 KiB
Plaintext

<div id="installContainer" style="display: none;">
<div class="launcherPageShell">
<div class="launcherPageTopBar">
<button id="installBackButton" class="launcherBackButton"><%- lang('install.backButton') %></button>
</div>
<div class="launcherPageHeader">
<div>
<span class="launcherPageEyebrow"><%- lang('install.eyebrow') %></span>
<h2 class="launcherPageTitle"><%- lang('install.title') %></h2>
<p class="launcherPageSubtitle"><%- lang('install.subtitle') %></p>
</div>
</div>
<div id="installCatalogNotice" class="launcherNotice">
<span><%- lang('install.notice') %></span>
</div>
<div id="installProfileDetails" class="launcherNotice">
<div class="launcherEditorHeader">
<div>
<span id="installDetailTitle" class="launcherEditorTitle">프로필을 선택하세요</span>
<span id="installDetailSummary" class="launcherEditorDescription">아래 목록에서 모드팩, 맵, 서버팩을 고르면 자세한 설명과 설치 조건을 볼 수 있습니다.</span>
</div>
<div id="installDetailMeta" class="launcherPageActions"></div>
</div>
<div id="installDetailInfo" class="launcherInfoBlock"></div>
<div class="launcherFieldGroup">
<label class="launcherFieldLabel">자세한 내용</label>
<div id="installDetailBody" class="launcherDetailBody">관리자가 등록한 프로필 상세 설명이 여기에 표시됩니다.</div>
</div>
<div id="installDetailActions" class="launcherCardActions">
<button id="installDetailAddButton" class="launcherPrimaryButton" disabled>라이브러리에 추가</button>
<button id="installDetailOpenLibraryButton" class="launcherSecondaryButton">라이브러리 열기</button>
</div>
</div>
<div id="installCatalogList" class="launcherListContainer"></div>
</div>
<script src="./assets/js/scripts/install.js"></script>
</div>