cwd-widget 0.0.1 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- <div align="center">
2
-
3
- <img src="https://cwd.js.org/icon.png" width="111" />
4
-
5
- # CWD (Cloudflare Workers Discuss)
6
-
7
- [![GitHub release](https://img.shields.io/github/v/release/anghunk/cwd?display_name=tag&style=flat-square)](https://github.com/anghunk/cwd/releases)
8
- [![GitHub stars](https://img.shields.io/github/stars/anghunk/cwd?style=flat-square)](https://github.com/anghunk/cwd)
9
- [![License](https://img.shields.io/github/license/anghunk/cwd?style=flat-square)](./LICENSE)
10
- [![Docs](https://img.shields.io/badge/Docs-cwd.js.org-brightgreen?style=flat-square)](https://cwd.js.org)
11
- [![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/n2pErsD7Kg)
12
-
13
- ![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-F38020?logo=cloudflare&logoColor=white&style=flat-square)
14
- ![Cloudflare D1](https://img.shields.io/badge/Cloudflare-D1-F38020?logo=cloudflare&logoColor=white&style=flat-square)
15
- ![Node.js](https://img.shields.io/badge/node-%3E=20.0.0-339933?logo=node.js&logoColor=white&style=flat-square)
16
-
17
- 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
18
-
19
- 数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。
20
-
21
- [使用文档](https://cwd.js.org) · [Discord](https://discord.gg/n2pErsD7Kg)
22
-
23
- </div>
1
+ <div align="center">
2
+
3
+ <img src="https://cwd.js.org/icon.png" width="111" />
4
+
5
+ # CWD (Cloudflare Workers Discuss)
6
+
7
+ [![GitHub release](https://img.shields.io/github/v/release/anghunk/cwd?display_name=tag&style=flat-square)](https://github.com/anghunk/cwd/releases)
8
+ [![GitHub stars](https://img.shields.io/github/stars/anghunk/cwd?style=flat-square)](https://github.com/anghunk/cwd)
9
+ [![License](https://img.shields.io/github/license/anghunk/cwd?style=flat-square)](https://github.com/anghunk/cwd/blob/main/LICENSE)
10
+ [![Docs](https://img.shields.io/badge/Docs-cwd.js.org-brightgreen?style=flat-square)](https://cwd.js.org)
11
+ [![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/n2pErsD7Kg)
12
+
13
+ ![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-F38020?logo=cloudflare&logoColor=white&style=flat-square)
14
+ ![Cloudflare D1](https://img.shields.io/badge/Cloudflare-D1-F38020?logo=cloudflare&logoColor=white&style=flat-square)
15
+ ![Node.js](https://img.shields.io/badge/node-%3E=20.0.0-339933?logo=node.js&logoColor=white&style=flat-square)
16
+
17
+ 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
18
+
19
+ 数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。
20
+
21
+ [使用文档](https://cwd.js.org) · [Discord](https://discord.gg/n2pErsD7Kg)
22
+
23
+ </div>