Add auto set title to AuthRoute

This commit is contained in:
2023-10-11 14:04:33 +08:00
parent 3d84a8eed4
commit 885a097e7f
2 changed files with 16 additions and 1 deletions

3
src/vite-env.d.ts vendored
View File

@@ -13,6 +13,9 @@ type RouteHandle = {
name?: string
menu?: boolean
auth?: boolean
titlePrefix?: string
title?: string
titlePostfix?: string
}
type _Response<T> = {