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

@@ -169,6 +169,9 @@ function applyHomePageTitles(data, pageId, config) {
if (config.profile.title !== undefined) data.title = config.profile.title;
if (config.profile.subtitle !== undefined) data.subtitle = config.profile.subtitle;
}
data.isHome = pageId === homePageId;
data.homePageId = homePageId;
}
function preparePageData(pageId, config) {