mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-27 09:15:15 +00:00
fix okx favicon
This commit is contained in:
parent
51aa34dec7
commit
51e33b1cad
|
@ -9,7 +9,7 @@ func ExchangeFooterIcon(exName ExchangeName) string {
|
||||||
case ExchangeMax:
|
case ExchangeMax:
|
||||||
footerIcon = "https://max.maicoin.com/favicon-16x16.png"
|
footerIcon = "https://max.maicoin.com/favicon-16x16.png"
|
||||||
case ExchangeOKEx:
|
case ExchangeOKEx:
|
||||||
footerIcon = "https://static.okex.com/cdn/assets/imgs/MjAxODg/D91A7323087D31A588E0D2A379DD7747.png"
|
footerIcon = "https://www.okx.com/cdn/assets/plugins/2022/01/07104210.png"
|
||||||
case ExchangeKucoin:
|
case ExchangeKucoin:
|
||||||
footerIcon = "https://assets.staticimg.com/cms/media/7AV75b9jzr9S8H3eNuOuoqj8PwdUjaDQGKGczGqTS.png"
|
footerIcon = "https://assets.staticimg.com/cms/media/7AV75b9jzr9S8H3eNuOuoqj8PwdUjaDQGKGczGqTS.png"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user