docs: 更新文档并添加项目图标

添加项目图标到README和文档首页
重构前端配置文档,移除冗余内容
新增管理后台部署指南文档
修改默认postSlug为完整URL路径
This commit is contained in:
anghunk
2026-01-20 10:07:30 +08:00
parent 9b90f589d5
commit 1c0c4b5657
6 changed files with 86 additions and 185 deletions

View File

@@ -4,6 +4,9 @@ layout: home
hero:
name: "CWD 评论系统"
tagline: 轻量级、高性能的评论解决方案, 基于 Cloudflare Workers + D1 + KV 构建
image:
src: https://github.com/anghunk/cwd-comments/blob/main/icon.png?raw=true
alt: 文档封面
actions:
- theme: brand
text: 快速开始
@@ -19,9 +22,6 @@ features:
- icon: 🔒
title: 安全可靠
details: 内置管理员认证、CORS 保护、SQL 注入防护
- icon: 📧
title: 邮件通知
details: 支持 Resend 邮件服务,实时通知新评论
- icon: 🎨
title: 易于集成
details: 提供完整的 REST API支持任意前端框架