mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 23:16:48 +00:00
feat: 主题色配置
This commit is contained in:
@@ -39,6 +39,8 @@ const CONFIG = {
|
||||
HEXO_WIDGET_TO_TOP: true,
|
||||
HEXO_WIDGET_TO_COMMENT: true, // 跳到评论区
|
||||
HEXO_WIDGET_DARK_MODE: true, // 夜间模式
|
||||
HEXO_WIDGET_TOC: true // 移动端悬浮目录
|
||||
HEXO_WIDGET_TOC: true, // 移动端悬浮目录
|
||||
|
||||
HEXO_THEME_COLOR: '#98FB98' // 主题色配置(默认为 #928CEE)
|
||||
}
|
||||
export default CONFIG
|
||||
|
||||
Reference in New Issue
Block a user