feat: 赎回批量执行与仓位页体验优化
- 赎回:同一账户多市场合并为一笔交易,减少 Relayer 调用次数 - 仓位页:可赎回统计静默刷新,赎回按钮不再常驻 loading - 账户导入表单、API、多语言等相关改动 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -206,6 +206,12 @@ export const apiService = {
|
||||
* 账户管理 API
|
||||
*/
|
||||
accounts: {
|
||||
/**
|
||||
* 检查代理地址选项(导入前选择代理类型)
|
||||
*/
|
||||
checkProxyOptions: (data: any) =>
|
||||
apiClient.post<ApiResponse<any>>('/accounts/check-proxy-options', data),
|
||||
|
||||
/**
|
||||
* 导入账户
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user