Files
cwd/docs/index.md
anghunk 35836864a2 docs: 添加安全设置文档并更新README说明
添加安全设置功能文档,详细说明各项安全配置选项。同时更新README中的项目状态描述和功能简介,使其更准确反映当前项目阶段和特点。
2026-01-21 10:17:47 +08:00

42 lines
1.2 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://github.com/anghunk/cwd-comments/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 全球边缘网络,毫秒级响应、自动扩缩容
- icon: 💬
title: 完整评论能力
details: 支持嵌套回复、分页加载、Markdown 与访客信息收集
- icon: 🔔
title: 邮件通知
details: 评论与回复邮件提醒,支持多种邮箱服务商
- icon: 🔒
title: 安全可靠
details: 管理员后台、登录鉴权、CORS 与 SQL 注入防护
- icon: 🎨
title: 易于集成
details: 一行脚本嵌入,提供完整 REST API适配任意前端框架
- icon: 🛠
title: 轻松运维
details: 一键部署到 Cloudflare Workers + D1 + KV零服务器成本
---
<style>
#comments{max-width:1200px;margin:2em auto 0;padding:0 24px;}
</style>