48 lines
1.7 KiB
Markdown
48 lines
1.7 KiB
Markdown
---
|
||
layout: home
|
||
|
||
hero:
|
||
name: CWD 评论系统
|
||
tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
|
||
image:
|
||
src: https://github.com/anghunk/cwd/blob/main/icon.png?raw=true
|
||
alt: 文档封面
|
||
actions:
|
||
- theme: brand
|
||
text: 快速开始
|
||
link: /guide/getting-started
|
||
- theme: alt
|
||
text: API 文档
|
||
link: /api/overview
|
||
|
||
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 等任意框架
|
||
---
|
||
|
||
<style>
|
||
.extra-class{max-width:1200px;margin:2em auto 0;padding:0 24px;}
|
||
</style>
|