Files
cwd/docs/index.md
anghunk bf28ce2e2a docs: 更新文档内容并添加搜索功能
- 修改首页标语格式,添加换行符
- 在侧边栏添加"更新部署"文档链接
- 新增"更新部署"指南文档
- 为文档添加本地搜索功能及中文翻译
2026-01-20 22:16:52 +08:00

33 lines
821 B
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: 轻量级、高性能的评论解决方案<br>基于 Cloudflare Workers + D1 + KV 构建
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: 内置管理员认证、CORS 保护、SQL 注入防护
- icon: 🎨
title: 易于集成
details: 提供完整的 REST API支持任意前端框架
---
<style>
#comments{max-width:1152px;margin:2em auto 0;}
</style>