Files
cwd/README.md
2026-02-12 14:05:40 +08:00

54 lines
2.0 KiB
Markdown

<div align="center">
<img src="https://cwd.js.org/icon.png" width="111" />
# CWD (Cloudflare Workers Discuss)
[![GitHub release](https://img.shields.io/github/v/release/anghunk/cwd?display_name=tag&style=flat-square)](https://github.com/anghunk/cwd/releases)
[![GitHub stars](https://img.shields.io/github/stars/anghunk/cwd?style=flat-square)](https://github.com/anghunk/cwd)
[![License](https://img.shields.io/github/license/anghunk/cwd?style=flat-square)](./LICENSE)
[![Docs](https://img.shields.io/badge/Docs-cwd.js.org-brightgreen?style=flat-square)](https://cwd.js.org)
![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-F38020?logo=cloudflare&logoColor=white&style=flat-square)
![Cloudflare D1](https://img.shields.io/badge/Cloudflare-D1-F38020?logo=cloudflare&logoColor=white&style=flat-square)
![Node.js](https://img.shields.io/badge/node-%3E=20.0.0-339933?logo=node.js&logoColor=white&style=flat-square)
基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。
[使用文档](https://cwd.js.org) · [社区交流](https://zs.discourse.group)
</div>
## Preview
**评论端**
![](https://github.com/user-attachments/assets/34096ce5-512d-4ddb-b409-edef6a2674ed)
**后台管理**
![](https://github.com/user-attachments/assets/7592e339-3a4f-4dd2-a71c-ff6d97621fd9)
<details><summary>更多截图</summary>
<p>
![](https://github.com/user-attachments/assets/59ef1a42-75f7-4efa-8a0c-beae71322484)
![](https://github.com/user-attachments/assets/2bffdfaf-4af4-4bd8-929f-a178bc4acb78)
![](https://github.com/user-attachments/assets/37cff92b-d6c7-4d1e-a9dd-856bac6ec8d3)
</p>
</details>
## Thanks
感谢以下项目和人员的贡献:
- [Cloudflare Workers](https://workers.cloudflare.com/)
- [Cloudflare D1](https://www.cloudflare.com/products/database/)
- [Momo-Backend](https://github.com/Motues/Momo-Backend)
## LICENSE
开源协议:[Apache-2.0](./LICENSE)