https://github.com/oneclickvirt/downloadcounter
downloadcounters 一个基于 Cloudflare Workers 的轻量级 Release 下载计数器 A lightweight Release download counter based on Cloudflare Workers
https://github.com/oneclickvirt/downloadcounter
cloudflare counter counters download releases
Last synced: 29 days ago
JSON representation
downloadcounters 一个基于 Cloudflare Workers 的轻量级 Release 下载计数器 A lightweight Release download counter based on Cloudflare Workers
- Host: GitHub
- URL: https://github.com/oneclickvirt/downloadcounter
- Owner: oneclickvirt
- License: gpl-3.0
- Created: 2025-08-19T12:23:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T13:29:02.000Z (about 2 months ago)
- Last Synced: 2025-08-19T14:42:43.464Z (about 2 months ago)
- Topics: cloudflare, counter, counters, download, releases
- Language: JavaScript
- Homepage: https://ghdownload.spiritlhl.net/
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# downloadcounter
downloadcounter 一个基于 Cloudflare Workers 轻量级Release下载计数器
## 语言
[中文文档](README.md) | [English Docs](README_EN.md)
## 部署步骤
1. 创建Workers
导航至 ```Workers & Pages``` > ```Create application``` > ```Create Worker``` > ```"Hello World" Worker``` ,新建后重命名为 ```downloadcounters``` ,复制 ```worker-code.js``` 代码到Worker编辑器中的```worker.js```应用部署。2. 配置域名
- 在Worker的 ```Domains & Routes``` - ```Add``` - ```Custom domain``` 中添加你的计数器域名部署完成后,访问你配置的域名即可看到计数器生成器页面,按照页面提示创建和使用计数器。
## 示例
https://ghdownload.spiritlhl.net/
对应
https://github.com/oneclickvirt/ecs
生成
[](https://github.com/oneclickvirt/ecs/releases)
## 类似项目
访问数统计:https://github.com/oneclickvirt/hitscounter
## Thanks
感谢 https://github.com/bestk/github-release-download-badges 本项目受此启发诞生