docs: 添加安全设置文档并更新README说明
添加安全设置功能文档,详细说明各项安全配置选项。同时更新README中的项目状态描述和功能简介,使其更准确反映当前项目阶段和特点。
This commit is contained in:
@@ -3,7 +3,7 @@ layout: home
|
||||
|
||||
hero:
|
||||
name: 'CWD 评论系统'
|
||||
tagline: 轻量级、高性能的评论解决方案<br>基于 Cloudflare Workers + D1 + KV 构建
|
||||
tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
|
||||
image:
|
||||
src: https://github.com/anghunk/cwd-comments/blob/main/icon.png?raw=true
|
||||
alt: 文档封面
|
||||
@@ -18,15 +18,24 @@ hero:
|
||||
features:
|
||||
- icon: ⚡️
|
||||
title: 极速响应
|
||||
details: 基于 Cloudflare 全球边缘网络,毫秒级响应速度
|
||||
details: 基于 Cloudflare 全球边缘网络,毫秒级响应、自动扩缩容
|
||||
- icon: 💬
|
||||
title: 完整评论能力
|
||||
details: 支持嵌套回复、分页加载、Markdown 与访客信息收集
|
||||
- icon: 🔔
|
||||
title: 邮件通知
|
||||
details: 评论与回复邮件提醒,支持多种邮箱服务商
|
||||
- icon: 🔒
|
||||
title: 安全可靠
|
||||
details: 内置管理员认证、CORS 保护、SQL 注入防护
|
||||
details: 管理员后台、登录鉴权、CORS 与 SQL 注入防护
|
||||
- icon: 🎨
|
||||
title: 易于集成
|
||||
details: 提供完整的 REST API,支持任意前端框架
|
||||
details: 一行脚本嵌入,提供完整 REST API,适配任意前端框架
|
||||
- icon: 🛠
|
||||
title: 轻松运维
|
||||
details: 一键部署到 Cloudflare Workers + D1 + KV,零服务器成本
|
||||
---
|
||||
|
||||
<style>
|
||||
#comments{max-width:1152px;margin:2em auto 0;}
|
||||
#comments{max-width:1200px;margin:2em auto 0;padding:0 24px;}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user