feat(projects): add page: about

This commit is contained in:
Soybean
2024-01-18 23:51:04 +08:00
parent f1b86ccb1d
commit 4955f1af89
9 changed files with 139 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ declare module "@elegant-router/types" {
"403": "/403";
"404": "/404";
"500": "/500";
"about": "/about";
"home": "/home";
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?";
"manage": "/manage";
@@ -68,6 +69,7 @@ declare module "@elegant-router/types" {
| "403"
| "404"
| "500"
| "about"
| "home"
| "login"
| "manage"
@@ -93,6 +95,7 @@ declare module "@elegant-router/types" {
| "404"
| "500"
| "login"
| "about"
| "home"
| "manage_role"
| "manage_route"