feat: 添加钱包管理功能,整合钱包类型编辑页面及相关路由,支持钱包类型的增删改查

This commit is contained in:
2026-01-20 00:01:05 +07:00
parent 657853c8b7
commit 8d22e0699e
9 changed files with 485 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ declare module "@elegant-router/types" {
"news": "/news";
"product": "/product";
"user": "/user";
"wallet": "/wallet";
"withdraw": "/withdraw";
};
@@ -67,6 +68,7 @@ declare module "@elegant-router/types" {
| "news"
| "product"
| "user"
| "wallet"
| "withdraw"
>;
@@ -93,6 +95,7 @@ declare module "@elegant-router/types" {
| "news"
| "product"
| "user"
| "wallet"
| "withdraw"
>;