ChatGPT Go / Plus / Pro
{{ t('tabs.redeem') }}
{{ t('step1.subtitle') }}
1 ? step = 1 : null"
class="glass-panel p-3.5 rounded-2xl border transition-all duration-300 relative overflow-hidden flex items-center space-x-3"
:class="{
'border-blue-500/60 bg-gradient-to-r from-blue-950/40 to-indigo-950/20 shadow-lg shadow-blue-950/50': step === 1,
'border-emerald-500/30 bg-slate-900/40 cursor-pointer hover:border-emerald-500/50': step > 1,
'border-slate-800/80 bg-slate-950/30 opacity-60': step < 1
}">
1
1. {{ t('step1.label') }}
2 ? step = 2 : null"
class="glass-panel p-3.5 rounded-2xl border transition-all duration-300 relative overflow-hidden flex items-center space-x-3"
:class="{
'border-blue-500/60 bg-gradient-to-r from-blue-950/40 to-indigo-950/20 shadow-lg shadow-blue-950/50': step === 2,
'border-emerald-500/30 bg-slate-900/40 cursor-pointer hover:border-emerald-500/50': step > 2,
'border-slate-800/80 bg-slate-950/30 opacity-60': step < 2
}">
2
2. Session Token
3 ? step = 3 : null"
class="glass-panel p-3.5 rounded-2xl border transition-all duration-300 relative overflow-hidden flex items-center space-x-3"
:class="{
'border-blue-500/60 bg-gradient-to-r from-blue-950/40 to-indigo-950/20 shadow-lg shadow-blue-950/50': step === 3,
'border-emerald-500/30 bg-slate-900/40 cursor-pointer hover:border-emerald-500/50': step > 3,
'border-slate-800/80 bg-slate-950/30 opacity-60': step < 3
}">
3
3. {{ t('step3.title') }}
4
4. {{ t('step4.current_status') }}
STEP 0{{ step }} / 04
{{ t('step1.title') }}
{{ t('step2.title') }}
{{ t('step3.title') }}
{{ t('step4.title_running') }}
{{ t('step1.title') }}
{{ t('step1.subtitle') }}
{{ t('step1.tip') }}
{{ t('step2.title') }}
{{ t('step1.label') }}: {{ validatedCDK.code }} ({{ validatedCDK.plan }})
{{ t('step2.warn_title') }}:{{ t('step2.warn_desc') }}
{{ t('step3.title') }}
{{ t('step3.subtitle') }}
{{ t('step3.card_cdk') }}
{{ validatedCDK.code }}
{{ t('step3.card_plan') }}
{{ validatedCDK.plan }}
{{ t('step3.card_account') }}
{{ validatedSession.account_email }}
{{ validatedSession.current_plan || 'Free' }}
{{ t('step3.disclaimer') }}
{{ taskDetail.status === 'MANUAL_PROCESSING' ? t('step4.title_manual') : t('step4.title_running') }}
{{ t('step4.status_completed') }} {{ t('step4.status_manual') }} {{ t('step4.status_failed') }} {{ t('step4.status_running') }}{{ t('step4.task_id') }}: {{ currentTask.task_id }}
{{ t('step4.manual_alert_title') }}
{{ t('step4.manual_alert_p1') }}{{ t('step4.manual_alert_bold') }}
{{ t('step4.manual_alert_p2') }}
{{ t('common.your_cdk') }}
{{ validatedCDK.code || form.code }}
{{ t('step4.success_title') }}
{{ t('step4.success_desc') }}
{{ t('step4.failed_title') }}
{{ taskDetail.error_message || t('step4.failed_contact') }}
{{ t('step4.running_title') }}
{{ t('step4.running_desc') }}
{{ t('common.your_cdk') }}
{{ validatedCDK.code || form.code }}
{{ t('step4.logs_title') }}
[{{ l.ts }}]
{{ l.text }}
...
{{ t('query.title') }}
{{ t('query.subtitle') }}
{{ t('common.your_cdk') }}
{{ queryResult.msg || t('query.status_completed') }}
{{ t('query.result_title') }}
{{ queryResult.task_id }}
{{ t('query.result_account') }}
{{ queryResult.account_email || '-' }}
{{ t('query.result_status') }}
{{ t('step4.status_completed') }}
{{ t('step4.manual_alert_title') }}
{{ t('step4.status_failed') }}
{{ queryResult.status }}
{{ t('query.result_logs') }}
[{{ l.ts }}]
{{ l.text }}
...