更新配置,启用主题颜色固定选项

This commit is contained in:
afoim
2025-04-30 08:44:42 +08:00
parent b65df98e04
commit 71a7ac95d5

View File

@@ -12,7 +12,7 @@ export const siteConfig: SiteConfig = {
lang: "zh_CN", // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th'
themeColor: {
hue: 360, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
fixed: false, // Hide the theme color picker for visitors
fixed: true, // Hide the theme color picker for visitors
},
banner: {
enable: false,