同步文件换行符

This commit is contained in:
2569718930@qq.com
2026-05-20 20:00:32 +08:00
parent 84a2d4ce06
commit ef2691a37b
2 changed files with 8 additions and 0 deletions
@@ -3281,6 +3281,9 @@ export function AccountCenter() {
<p className="text-[11px] leading-relaxed text-slate-400">
EVM MetaMask WalletConnect
</p>
<div className="rounded-xl border border-amber-400/20 bg-amber-500/10 p-3 text-[11px] leading-relaxed text-amber-100">
Polygon POL/MATIC gas USDC Polygon POL/MATIC
</div>
{boundWallets.length ? (
<div className="space-y-3">
@@ -43,4 +43,9 @@ export function runTests() {
accountCenterSource.includes("如支付卡住,请优先使用 WalletConnect 扫码支付"),
"Binance extension binding must show a WalletConnect fallback hint for payment stability",
);
assert(
accountCenterSource.includes("钱包里需要少量 Polygon POL/MATIC 作为 gas 手续费") &&
accountCenterSource.includes("只有 USDC 可能无法完成授权或支付"),
"payment wallet tab must warn users that Polygon POL/MATIC gas is required in addition to USDC",
);
}