From 2ad49ddc6c7f62184996de938dab3a6f8477f881 Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Mon, 19 May 2025 11:36:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E9=A2=98=E8=89=B2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/hexo/config.js b/themes/hexo/config.js index 024c12e0..8e6be65d 100644 --- a/themes/hexo/config.js +++ b/themes/hexo/config.js @@ -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