feat: init

This commit is contained in:
2026-01-18 18:17:18 +07:00
parent dfd4074ff4
commit 724f0a47e9
48 changed files with 6 additions and 6946 deletions

View File

@@ -20,31 +20,9 @@ declare module "@elegant-router/types" {
"403": "/403";
"404": "/404";
"500": "/500";
"asset": "/asset";
"bank": "/bank";
"deposit": "/deposit";
"deposit_fiat": "/deposit/fiat";
"home": "/home";
"iframe-page": "/iframe-page/:url";
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?";
"news": "/news";
"notification": "/notification";
"robot": "/robot";
"robot_spot": "/robot/spot";
"rwa": "/rwa";
"rwa_product": "/rwa/product";
"rwa_producttype": "/rwa/producttype";
"rwa_subscribe": "/rwa/subscribe";
"tokenization": "/tokenization";
"tokenization_product": "/tokenization/product";
"tokenization_trading-pairs": "/tokenization/trading-pairs";
"transfer": "/transfer";
"user": "/user";
"user_bankcard": "/user/bankcard";
"user_list": "/user/list";
"withdraw": "/withdraw";
"withdraw_approved": "/withdraw/approved";
"withdraw_fiat": "/withdraw/fiat";
};
/**
@@ -79,20 +57,9 @@ declare module "@elegant-router/types" {
| "403"
| "404"
| "500"
| "asset"
| "bank"
| "deposit"
| "home"
| "iframe-page"
| "login"
| "news"
| "notification"
| "robot"
| "rwa"
| "tokenization"
| "transfer"
| "user"
| "withdraw"
>;
/**
@@ -114,23 +81,7 @@ declare module "@elegant-router/types" {
| "500"
| "iframe-page"
| "login"
| "asset"
| "bank"
| "deposit_fiat"
| "home"
| "news"
| "notification"
| "robot_spot"
| "rwa_product"
| "rwa_producttype"
| "rwa_subscribe"
| "tokenization_product"
| "tokenization_trading-pairs"
| "transfer"
| "user_bankcard"
| "user_list"
| "withdraw_approved"
| "withdraw_fiat"
>;
/**