docs: 更新文档与调整管理端功能

- 移除首页重复的页脚组件渲染
- 在首页和常见问题页面添加文档更新滞后提示
- 将分析接口的 domain 参数改为 siteId 以支持多站点筛选
- 更新管理端点赞统计接口支持按 siteId 筛选
- 修复访问分析页面中点赞统计的筛选逻辑
This commit is contained in:
anghunk
2026-02-09 16:17:33 +08:00
parent 67a2777ea8
commit 77b8402d13
6 changed files with 27 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ export default {
return h(Layout, null, {
'doc-footer-before': () => h(FooterDoc),
'home-features-after': () => h('div', { class: 'extra-class' }, [h(FooterDoc)]),
'nav-bar-content-after': () => h(GitHubStar),
});
},