将 GitHub 仓库链接从 'anghunk/CWD' 统一更新为 'anghunk/cwd' 更新前端配置文档,增加 Vue 组件示例和其他框架说明 修改导航栏"部署文档"为"快速开始"
42 lines
1.2 KiB
Markdown
42 lines
1.2 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 全球边缘网络,毫秒级响应、自动扩缩容
|
||
- 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>
|
||
.extra-class{max-width:1200px;margin:2em auto 0;padding:0 24px;}
|
||
</style>
|