feat: switch crypto quotes to usd

This commit is contained in:
hajimi
2026-08-03 01:58:26 +08:00
parent 9be24a3717
commit 895607e03f
3 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ export interface CryptoMarketSnapshot {
stale: boolean
overview: {
btc_market_cap_percentage: number
total_volume_cny: number
total_volume_usd: number
}
coins: CryptoMarketCoin[]
}