Files
cwd/docs/index.md
anghunk 2085a4733c feat(analytics): 扩展页面访问统计接口并新增站点隔离文档
- 在 `/admin/analytics/pages` 接口响应中添加 `itemsByPv` 和 `itemsByLatest` 字段,分别返回按访问量和最新访问排序的前20条数据,优化前端数据展示逻辑
- 前端管理后台适配新的接口响应结构,提升页面访问统计页面的性能和用户体验
- 新增站点隔离配置文档 (`/docs/config/site-isolation.md`),说明如何通过 `siteId` 配置实现数据隔离
- 在前端配置指南中补充 `siteId` 配置示例
- 新增常见问题文档 (`/docs/common-problems.md`),解答设置 `siteId` 后评论数据不显示的问题及数据迁移方案
- 在导航栏和侧边栏添加“常见问题”和“配置”相关入口,完善文档结构
- 修复前端组件 API 调用中 `postSlug` 参数可能为 `postUrl` 的兼容性问题
2026-02-09 14:47:28 +08:00

48 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: home
hero:
name: CWD 评论系统
tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
image:
src: https://cwd.js.org/icon.png
alt: 文档封面
actions:
- theme: brand
text: 开始使用
link: /guide/getting-started
- theme: alt
text: Github
link: https://github.com/anghunk/cwd
- theme: alt
text: 常见问题
link: /common-problems
features:
- icon: ⚡️
title: 全球边缘加速
details: 基于 Cloudflare 全球 300+ 节点网络,毫秒级响应,自动扩缩容,无需管理服务器
- icon: 💬
title: 完善评论体系
details: 支持嵌套回复、分页加载、Markdown 渲染、富文本支持与访客信息记忆
- icon: 🔔
title: 智能邮件通知
details: 新评论、回复提醒实时推送,支持自定义邮件模板,兼容各大邮箱服务商
- icon: 📊
title: 可视化数据看板
details: 评论趋势分析、访问统计、用户画像洞察,全方位了解站点互动情况
- icon: 🛡️
title: 多维度内容风控
details: 手动审核机制、IP 屏蔽、邮箱黑名单,有效防范垃圾评论与恶意攻击
- icon: 🔄
title: 便捷数据迁移
details: 一键导入其他评论系统数据,无缝切换,保留历史互动记录
- icon: 🔒
title: 企业级安全
details: 管理员鉴权、CORS 跨域保护、SQL 注入防护,全方位保障数据安全
- icon: 🔌
title: 灵活 API 集成
details: 提供完整 REST API 与 SDK一行代码嵌入适配 Vue、React 等任意框架
---