UnlockProOverlay 硬编码字符串翻译:off/减免、查看链上交易

discountSuffix "off" 改为 isEn 切换,链上交易链接跟随语言。
Standard Pro 为品牌名保留原文。

Tested: npm run build 通过
This commit is contained in:
2569718930@qq.com
2026-05-25 02:04:00 +08:00
parent d05d11148e
commit 29365f10a5
@@ -219,7 +219,7 @@ export function UnlockProOverlay({
>
-${billing.discountAmount.toFixed(2)}
</span>
<span className={s.discountSuffix}>off</span>
<span className={s.discountSuffix}>{isEn ? "off" : "减免"}</span>
</div>
<p className={s.pointsNote}>
@@ -438,7 +438,7 @@ export function UnlockProOverlay({
<div>{infoText}</div>
{txHref && (
<Link href={txHref} target="_blank" className={s.txLink}>
{isEn ? "View on-chain transaction" : "查看链上交易"}
<ExternalLink size={11} />
</Link>
)}