feat: 新增交易对管理功能,包括添加交易对的组件和视图;更新相关路由和类型定义

This commit is contained in:
2025-12-24 20:42:39 +07:00
parent 75867d6845
commit f2f311fdab
9 changed files with 409 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ declare module "@elegant-router/types" {
"rwa_product": "/rwa/product";
"rwa_producttype": "/rwa/producttype";
"rwa_subscribe": "/rwa/subscribe";
"tradingpairs": "/tradingpairs";
"transfer": "/transfer";
"user": "/user";
"user_bank": "/user/bank";
@@ -77,6 +78,7 @@ declare module "@elegant-router/types" {
| "iframe-page"
| "login"
| "rwa"
| "tradingpairs"
| "transfer"
| "user"
| "withdraw"
@@ -106,6 +108,7 @@ declare module "@elegant-router/types" {
| "rwa_product"
| "rwa_producttype"
| "rwa_subscribe"
| "tradingpairs"
| "transfer"
| "user_bank"
| "user_bankcard"