feat: 首页添加时间和todo模块

This commit is contained in:
rbetree
2026-01-22 01:46:37 +08:00
parent e7a4547027
commit b457b26c04
4 changed files with 559 additions and 5 deletions

View File

@@ -1,7 +1,11 @@
{{!-- page.hbs - 通用页面模板:结构与其他页面一致(标题区 + 分类内容) --}}
<div class="page-template page-template-{{pageId}}">
{{#if isHome}}
{{> home-dashboard}}
{{else}}
{{> page-header}}
{{/if}}
{{#each categories}}
{{> category}}
{{> category}}
{{/each}}
</div>
</div>