feat(frontend): 优化加密价差监控页面体验
- 刷新页面时保留当前选择的策略(localStorage 缓存) - 移动端下单弹窗改为 BottomSheet 样式,更紧凑 - 买入按钮实时显示当前价格,如 "买入 Up (0.50)" - 周期切换时自动关闭弹窗并提示用户 Made-with: Cursor
This commit is contained in:
@@ -1685,7 +1685,8 @@
|
||||
"maxSize": "Max",
|
||||
"invalidPriceOrBalance": "Invalid price or balance",
|
||||
"insufficientBalanceForMax": "Insufficient balance for max size",
|
||||
"maxSizeUpdated": "Updated to max size"
|
||||
"maxSizeUpdated": "Updated to max size",
|
||||
"periodChanged": "Period has changed, popup closed"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user