修改:交易限制时间单位m->min

This commit is contained in:
马丁 2026-07-07 20:51:33 +08:00
parent 2cea7d3908
commit c088670028

View File

@ -1726,9 +1726,9 @@ const ORDER_SIZE_SCALE = 1_000_000
const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE
const expirationTime = ref('5m') // const expirationTime = ref('5m') //
const EXPIRATION_VALUES = [ const EXPIRATION_VALUES = [
'5m', '5min',
'15m', '15min',
'30m', '30min',
'1h', '1h',
'2h', '2h',
'4h', '4h',