Skip to content

Commit

Permalink
oc 0.7.9 support
Browse files Browse the repository at this point in the history
store version info in a separate object
[Korean/한국어]
oc 0.7.9 지원
버전 정보를 별도 객체에 저장
  • Loading branch information
dropdb220 committed Mar 9, 2022
1 parent af49cd7 commit 2963725
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 168 deletions.
7 changes: 4 additions & 3 deletions index-korean.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="get-started">
<img src="./Logo.png" alt="OpenCore Logo" height="30%" width="30%">
<h1>OpenCore Updater</h1>
<h2>지원되는 최신 버전: 0.7.8</h2>
<h2>지원되는 최신 버전: 0.7.9</h2>
<button id="start">시작하기</button>
</div>
<div id="select-opencore-version">
Expand All @@ -26,7 +26,8 @@ <h1>OpenCore 버전 선택</h1>
<li>0.6.3 미만의 버전은 지원되지 않습니다.</li>
</ul>
<select id="oc-version-selection">
<option value="0.7.8" selected>0.7.8</option>
<option value="0.7.9" selected>0.7.9</option>
<option value="0.7.8">0.7.8</option>
<option value="0.7.7">0.7.7</option>
<option value="0.7.6">0.7.6</option>
<option value="0.7.5">0.7.5</option>
Expand All @@ -47,7 +48,7 @@ <h1>OpenCore 버전 선택</h1>
</div>
<div id="efiinfo">
<h1>EFI 정보</h1>
<p>최신 버전: 0.7.8</p>
<p>최신 버전: 0.7.9</p>
<p>현재 버전: <span id="oc-version"></span></p>
<p>사용 중인 kext:</p>
<div id="using-kexts"></div>
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="get-started">
<img src="./Logo.png" alt="OpenCore Logo" height="30%" width="30%">
<h1>OpenCore Updater</h1>
<h2>Current supported version: 0.7.8</h2>
<h2>Current supported version: 0.7.9</h2>
<button id="start">Get started</button>
</div>
<div id="select-opencore-version">
Expand All @@ -26,7 +26,8 @@ <h1>Select OpenCore version</h1>
<li>Versions older than 0.6.3 are not supported.</li>
</ul>
<select id="oc-version-selection">
<option value="0.7.8" selected>0.7.8</option>
<option value="0.7.9" selected>0.7.9</option>
<option value="0.7.8">0.7.8</option>
<option value="0.7.7">0.7.7</option>
<option value="0.7.6">0.7.6</option>
<option value="0.7.5">0.7.5</option>
Expand All @@ -47,7 +48,7 @@ <h1>Select OpenCore version</h1>
</div>
<div id="efiinfo">
<h1>Your EFI info</h1>
<p>Latest version is 0.7.8.</p>
<p>Latest version is 0.7.9.</p>
<p>Your OpenCore version is <span id="oc-version"></span>.</p>
<p>You're using the following kexts:</p>
<div id="using-kexts"></div>
Expand Down
Loading

0 comments on commit 2963725

Please sign in to comment.