Files
cwd/docs/index.md
anghunk 6cb69cbd67 docs: 更新文档首页导航按钮和修复导入路径
- 将首页的“快速开始”按钮文本改为“开始使用”
- 移除“API 文档”导航按钮以简化首页布局
- 修复管理后台中 package.json 的导入路径错误
2026-01-31 12:27:06 +08:00

45 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
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 等任意框架
---