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