We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
菜单栏组建可以在此文件修改 /theme/NEXT/components/MenuButfonGroup.js
参考格式
import { faArchive, faHome, faTag, faTh, faUser } from '@fortawesome/free-solid-svg-icons' const links = [ { id: 0, icon: faHome, name: locale.NAV.INDEX, to: '/' || '/', show: true }, { id: 1, icon: faTh, name: locale.COMMON.CATEGORY, to: '/category', show: CONFIG_NEXT.MENU_CATEGORY }, { id: 2, icon: faTag, name: locale.COMMON.TAGS, to: '/tag', show: CONFIG_NEXT.MENU_TAG }, { id: 3, icon: faArchive, name: locale.NAV.ARCHIVE, to: '/archive', slot: archiveSlot, show: CONFIG_NEXT.MENU_ARCHIVE }, { id: 4, icon: faUser, name: locale.NAV.ABOUT, to: '/about', show: CONFIG_NEXT.MENU_ABOUT } ]
Sorry, something went wrong.
项目已升级至V2.5.0版本, 新增功能 添加单页 需要更新至最新版本使用~ https://github.com/tangly1024/NotionNext/releases/tag/v2.5.0
tangly1024
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: