12 lines
245 B
TypeScript
12 lines
245 B
TypeScript
import type { NavbarConfig } from '@vuepress/theme-default'
|
|
|
|
export const navbarZh: NavbarConfig = [
|
|
{
|
|
text: '指南',
|
|
link: '/zh/',
|
|
},
|
|
{
|
|
text: '更新日志',
|
|
link: 'https://github.com/WongSaang/chatgpt-ui/releases',
|
|
}
|
|
] |