feat: 新增通知管理功能,包括通知的创建、列表展示及相关路由配置;更新相关依赖

This commit is contained in:
2026-01-08 17:18:53 +07:00
parent 6cc6aa7200
commit c7786871b0
11 changed files with 386 additions and 130 deletions

View File

@@ -27,6 +27,7 @@ declare module "@elegant-router/types" {
"home": "/home";
"iframe-page": "/iframe-page/:url";
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?";
"notification": "/notification";
"rwa": "/rwa";
"rwa_product": "/rwa/product";
"rwa_producttype": "/rwa/producttype";
@@ -38,7 +39,6 @@ declare module "@elegant-router/types" {
"user": "/user";
"user_bankcard": "/user/bankcard";
"user_list": "/user/list";
"user_transfer": "/user/transfer";
"withdraw": "/withdraw";
"withdraw_approved": "/withdraw/approved";
"withdraw_fiat": "/withdraw/fiat";
@@ -82,6 +82,7 @@ declare module "@elegant-router/types" {
| "home"
| "iframe-page"
| "login"
| "notification"
| "rwa"
| "tokenization"
| "transfer"
@@ -112,6 +113,7 @@ declare module "@elegant-router/types" {
| "bank"
| "deposit_fiat"
| "home"
| "notification"
| "rwa_product"
| "rwa_producttype"
| "rwa_subscribe"
@@ -120,7 +122,6 @@ declare module "@elegant-router/types" {
| "transfer"
| "user_bankcard"
| "user_list"
| "user_transfer"
| "withdraw_approved"
| "withdraw_fiat"
>;