chill
|
d0a0a59bd1
|
添加自建服务分类(主站/笔记/控制台/Git/密码管理等)
CI / build_test (push) Has been cancelled
Build and Deploy Site / build_and_deploy (push) Has been cancelled
Docker Publish (GHCR) / publish (push) Has been cancelled
|
2026-04-23 09:59:43 +08:00 |
|
rbetree
|
82d6341c00
|
chore: 使用 Prettier 统一代码风格
|
2026-01-04 21:07:07 +08:00 |
|
rbetree
|
3d9363a550
|
fix: 重命名 favicon helper 避免与 sites.faviconUrl 同名冲突
将 Handlebars helper `faviconUrl(url)` 更名为 `faviconV2Url(url)`,解决自定义字段 `sites[].faviconUrl`
在模板中被误解析为 helper(无参调用)导致的渲染崩溃。
- helper:faviconUrl -> faviconV2Url
- 模板:site-card 中调用同步更新
BREAKING CHANGE:
自定义模板如使用 `{{faviconUrl url}}` 生成 faviconV2 地址,需要改为 `{{faviconV2Url url}}`。
Fixes: #32
|
2026-01-04 19:18:14 +08:00 |
|
rbetree
|
387cd2492e
|
feat: 页面模板差异化改进 + 配置优化 + 兼容清理 (#29)
- 首页判定:navigation 第一项
- 模板:page/projects/articles/bookmarks/search-results
- bookmarks:update: YYYY-MM-DD | from: git|mtime
- articles:RSS 聚合只读条目 + 分类聚合 + 影子写回结构
- projects:repo 卡片 + 可选热力图 + 自动抓取元信息
- 工作流:构建前 sync + schedule 定时刷新
- 移除兼容:config.yml/config.yaml、navigation.yml、home 特例
- 迁移说明:config/update-instructions.md
|
2025-12-28 00:22:54 +08:00 |
|