feat(payment): enhance payment method configuration with icons and improve UI interactions

This commit is contained in:
CaIon
2026-06-17 20:47:24 +08:00
parent a2f3ac02e4
commit 2154fce094
17 changed files with 1437 additions and 904 deletions
+1 -1
View File
@@ -39,6 +39,7 @@ const BRAND_AND_LITERAL_KEYS = new Set([
'AccessKey / SecretAccessKey',
'AZURE_OPENAI_ENDPOINT *',
'Baidu V2',
'CC Switch',
'ChatGPT',
'ChatGPT Subscription (Codex)',
'Claude',
@@ -317,4 +318,3 @@ main().catch((err) => {
console.error(err)
process.exitCode = 1
})