feat(release): prepare 1.1.0 candidate
This commit is contained in:
parent
5a34f66981
commit
5205dcdfa9
736 changed files with 115667 additions and 12203 deletions
|
|
@ -50,7 +50,7 @@ export function LicenseTab(): React.ReactElement {
|
|||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1.5 }}>
|
||||
<Sparkles size={18} color={d3roPalette.accent.main} />
|
||||
<Box sx={{ flex: 1 }}>
|
||||
<PhosphorText variant="compact" sx={{ color: d3roPalette.accent.main, fontWeight: 'bold' }}>
|
||||
<PhosphorText variant="compact" sx={{ color: d3roPalette.accent.main, fontWeight: 500 }}>
|
||||
14-Day Reverse Trial (Pro+)
|
||||
</PhosphorText>
|
||||
<PhosphorText variant="small" sx={{ color: d3roPalette.text.secondary }}>
|
||||
|
|
@ -77,7 +77,7 @@ export function LicenseTab(): React.ReactElement {
|
|||
|
||||
{/* ── 오프라인 라이선스 키 등록 ── */}
|
||||
<MetalCard>
|
||||
<LicenseKeySection t={t} currentTier={currentTier} />
|
||||
<LicenseKeySection currentTier={currentTier} />
|
||||
</MetalCard>
|
||||
|
||||
<Divider sx={{ borderColor: d3roPalette.border.subtle }} />
|
||||
|
|
@ -113,7 +113,7 @@ function TierLabel({ tier, t }: { tier: string; t: (k: string) => string }): Rea
|
|||
return <PhosphorText variant="value" sx={{ color }}>{label}</PhosphorText>
|
||||
}
|
||||
|
||||
function LicenseKeySection({ t, currentTier }: { t: (k: string) => string; currentTier: string }): React.ReactElement {
|
||||
function LicenseKeySection({ currentTier }: { currentTier: string }): React.ReactElement {
|
||||
const [licenseKeyInput, setLicenseKeyInput] = useState('')
|
||||
const [feedback, setFeedback] = useState<{ success: boolean; message: string } | null>(null)
|
||||
const [loading, setLoading] = useState(false)
|
||||
|
|
@ -157,7 +157,7 @@ function LicenseKeySection({ t, currentTier }: { t: (k: string) => string; curre
|
|||
</Box>
|
||||
|
||||
<PhosphorText variant="dim" sx={{ fontSize: d3roTypo.small.size }}>
|
||||
발급받은 디지털 서명 라이센스 키 (D3RO-LIC-... 또는 D3RO-PRO-...)를 입력하세요.
|
||||
발급받은 Ed25519 디지털 서명 라이센스 키 (D3RO-LIC-...)를 입력하세요.
|
||||
</PhosphorText>
|
||||
|
||||
<Box sx={{ display: 'flex', gap: 1 }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue