Skip to content

Commit

Permalink
🚀 synced local 'src/constant/updates.tsx' with remote 'result/updates…
Browse files Browse the repository at this point in the history
….tsx'
  • Loading branch information
HU-Lee committed Aug 11, 2024
1 parent 4456cdb commit 2a1f739
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/constant/updates.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
export const pickups = [376,377];
export const pickups = [379];
export const new_manifests = [149];
export const new_buddies = [2016];
export const new_aligns = [377];
export const version = "3.8.20";
export const new_aligns = [379];
export const version = "3.8.30";

export const announceDate = "20240727";
export const announceDate = "20240811";

export const announceTitleKo = announceDate + " 업데이트";
export const announceContentKo = (
<div className="announce">
<p>Version : {version}</p>
<br />
<p>색맹 대응을 위한 색상 변경</p>
<p>이전 결과보기 기본 설정 변경</p>
<br />
<a href="https://aecheck.tistory.com/" target="_blank" rel="noreferrer">
사이트 안내용 블로그
</a>
Expand All @@ -28,6 +31,9 @@ export const announceContentEN = (
<div className="announce">
<p>Version : {version}</p>
<br />
<p>Change color scheme to improve colorblinded people's UX</p>
<p>Default Setting Change (Legacy Result)</p>
<br />
<a
href="https://github.com/BeaverHouse/aecheck-v3/wiki"
target="_blank"
Expand Down

0 comments on commit 2a1f739

Please sign in to comment.