Initial commit
This commit is contained in:
28
docs/index.md
Normal file
28
docs/index.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "CWD 评论系统"
|
||||
tagline: 轻量级、高性能的评论解决方案, 基于 Cloudflare Workers + D1 + KV 构建
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 快速开始
|
||||
link: /guide/getting-started
|
||||
- theme: alt
|
||||
text: API 文档
|
||||
link: /api/overview
|
||||
|
||||
features:
|
||||
- icon: ⚡️
|
||||
title: 极速响应
|
||||
details: 基于 Cloudflare 全球边缘网络,毫秒级响应速度
|
||||
- icon: 🔒
|
||||
title: 安全可靠
|
||||
details: 内置管理员认证、CORS 保护、SQL 注入防护
|
||||
- icon: 📧
|
||||
title: 邮件通知
|
||||
details: 支持 Resend 邮件服务,实时通知新评论
|
||||
- icon: 🎨
|
||||
title: 易于集成
|
||||
details: 提供完整的 REST API,支持任意前端框架
|
||||
---
|
||||
Reference in New Issue
Block a user