Files
cwd/docs/index.md
anghunk 6626d3eee0 docs: 更新仓库URL从cwd到CWD
将所有文档和代码中的仓库URL从小写的'cwd'更新为大写的'CWD',以保持一致性
2026-01-21 10:58:58 +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/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>