修改了首页
This commit is contained in:
10
app/config/site-nav.ts
Normal file
10
app/config/site-nav.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type SiteNavItem = {
|
||||
key: string
|
||||
label: string
|
||||
to: string
|
||||
}
|
||||
|
||||
export const siteNav: SiteNavItem[] = [
|
||||
{ key: 'site-home', label: '概览', to: '/site' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user