同步文件换行符

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
@@ -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",
);
}