feat: 赎回批量执行与仓位页体验优化

- 赎回:同一账户多市场合并为一笔交易,减少 Relayer 调用次数
- 仓位页:可赎回统计静默刷新,赎回按钮不再常驻 loading
- 账户导入表单、API、多语言等相关改动

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
WrBug
2026-02-14 00:20:41 +08:00
co-authored by Cursor
parent bd323fca35
commit cf2c8a611c
10 changed files with 597 additions and 53 deletions
+6
View File
@@ -206,6 +206,12 @@ export const apiService = {
* 账户管理 API
*/
accounts: {
/**
* 检查代理地址选项(导入前选择代理类型)
*/
checkProxyOptions: (data: any) =>
apiClient.post<ApiResponse<any>>('/accounts/check-proxy-options', data),
/**
* 导入账户
*/