修复模块化配置的不完整加载问题

完成了模块化配置文件中的home.yml和site.yml的完整加载
This commit is contained in:
Zuoling Rong
2025-05-03 23:29:17 +08:00
parent 0ed1be536a
commit 5949d08964
3 changed files with 100 additions and 2 deletions

View File

@@ -53,6 +53,10 @@
- ✅ 修复搜索按钮和侧边栏按钮遮挡问题
- ✅ 点击侧边栏导航项后自动收起侧边栏
**3. 配置加载优先级修复**
- ✅ 修复了模块化配置目录加载时的关键问题确保site.yml中的fonts、profile和social配置正确应用
- ✅ 修复了home.yml中的categories配置未正确加载到导航首页的问题
- ✅ 增强了配置加载逻辑,确保按照优先级规则完整应用配置
### 2025/05/02