Files
cwd/docs/index.md
anghunk 47a64e29eb docs: 更新文档封面图片链接以解决缓存问题
在 hero 部分的 image.src 中添加查询参数 ?1 强制浏览器获取最新图片,避免因缓存导致的图片更新延迟问题。
同时为图片添加样式类 image-src 以限制其最大宽度。
2026-01-29 13:51:12 +08:00

52 lines
1.8 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://cwd.js.org/icon.png
alt: 文档封面
actions:
- theme: brand
text: 快速开始
link: /guide/getting-started
- theme: alt
text: API 文档
link: /api/overview
- theme: alt
text: Github
link: https://github.com/anghunk/cwd
features:
- icon: ⚡️
title: 全球边缘加速
details: 基于 Cloudflare 全球 300+ 节点网络,毫秒级响应,自动扩缩容,无需管理服务器
- icon: 💬
title: 完善评论体系
details: 支持嵌套回复、分页加载、Markdown 渲染、富文本支持与访客信息记忆
- icon: 🔔
title: 智能邮件通知
details: 新评论、回复提醒实时推送,支持自定义邮件模板,兼容各大邮箱服务商
- icon: 📊
title: 可视化数据看板
details: 评论趋势分析、访问统计、用户画像洞察,全方位了解站点互动情况
- icon: 🛡️
title: 多维度内容风控
details: 手动审核机制、IP 屏蔽、邮箱黑名单,有效防范垃圾评论与恶意攻击
- icon: 🔄
title: 便捷数据迁移
details: 一键导入其他评论系统数据,无缝切换,保留历史互动记录
- icon: 🔒
title: 企业级安全
details: 管理员鉴权、CORS 跨域保护、SQL 注入防护,全方位保障数据安全
- icon: 🔌
title: 灵活 API 集成
details: 提供完整 REST API 与 SDK一行代码嵌入适配 Vue、React 等任意框架
---
<style>
.extra-class{max-width:1200px;margin:2em auto 0;padding:0 24px;}
.image-src{max-width:200px !important;}
</style>