mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 15:09:46 +00:00
theme-simple & menun
This commit is contained in:
8
themes/example/config_example.js
Normal file
8
themes/example/config_example.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const CONFIG_EXAMPLE = {
|
||||
// 菜单配置
|
||||
MENU_CATEGORY: true, // 显示分类
|
||||
MENU_TAG: true, // 显示标签
|
||||
MENU_ARCHIVE: true, // 显示归档
|
||||
MENU_SEARCH: true // 显示搜索
|
||||
}
|
||||
export default CONFIG_EXAMPLE
|
||||
Reference in New Issue
Block a user