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

@@ -24,7 +24,7 @@ GET /admin/analytics/overview
| 名称 | 位置 | 类型 | 必填 | 说明 |
| -------- | ----- | ------ | ---- | ------------------------------------------ |
| `domain` | query | string | 否 | 按域名筛选访问数据,传入域名,如 `example.com` |
| `siteId` | query | string | 否 | 按站点 ID 筛选访问数据,`blog``docs` |
**成功响应**