e.stopPropagation()}
>
{isLatestVersion ? (
// 최신 버전일 때 UI
<>
- {/* 헤더 */}
-
-
-
-
- {t('update.latestAlready')}
-
-
-
+
{t('update.latestAlready')}
- {/* 버전 정보 */}
-
-
-
- {t('update.currentVersion')}
-
-
- {updateInfo.currentVersion}
-
-
-
-
- {/* 버튼 */}
-
+ {/* 버전 웰, 설정 화면 버전 행과 같은 문법 */}
+
+
+ Ver {updateInfo.currentVersion}
+
-
+
+
>
) : (
// 업데이트 있을 때 UI
<>
- {/* 헤더 */}
-
-
-
-
{t('update.title')}
-
- {formatDate(updateInfo.publishedAt)}
+
+
{t('update.title')}
+ {publishedLabel && (
+
+ {publishedLabel}
-
+ )}
- {/* 버전 정보 */}
-
-
+ {/* 버전 비교 웰, 새 버전만 fg로 올려 대비 */}
+
+
{t('update.currentVersion')}
-
+
{updateInfo.currentVersion}
-
+
{t('update.latestVersion')}
-
+
{updateInfo.latestVersion}
{/* 이 버전 건너뛰기 체크박스 */}
-