feat: 新增新闻管理功能,包括新闻的创建、编辑和列表展示,更新相关路由和类型定义

This commit is contained in:
2026-01-08 23:25:17 +07:00
parent 7546000679
commit afb52e1a73
9 changed files with 614 additions and 7 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)?";
"news": "/news";
"notification": "/notification";
"rwa": "/rwa";
"rwa_product": "/rwa/product";
@@ -82,6 +83,7 @@ declare module "@elegant-router/types" {
| "home"
| "iframe-page"
| "login"
| "news"
| "notification"
| "rwa"
| "tokenization"
@@ -113,6 +115,7 @@ declare module "@elegant-router/types" {
| "bank"
| "deposit_fiat"
| "home"
| "news"
| "notification"
| "rwa_product"
| "rwa_producttype"