mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📝 修改部分使用文档,删除 GitHub Actions 文档;
🔥 移除脚本;
This commit is contained in:
parent
8f05f3661b
commit
655c915b1a
@ -8,7 +8,7 @@
|
||||
|
||||
基于【腾讯云函数】/【GitHub Actions】/【Docker】的每日签到脚本(支持多账号使用)
|
||||
|
||||
## 特别声明:
|
||||
## 特别声明
|
||||
|
||||
- 本仓库发布的脚本及其中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断。
|
||||
|
||||
|
@ -25,9 +25,9 @@ else
|
||||
else
|
||||
echo "docker-compose 环境存在,将使用 docker-compose 命令启动容器..."
|
||||
echo "下载 docker-compose.yml 文件"
|
||||
curl -O https://raw.githubusercontent.com/Sitoi/dailycheckin/main/docker/docker-compose.yml
|
||||
curl -O https://gitee.com/sitoi/dailycheckin/raw/main/docker/docker-compose.yml
|
||||
echo "下载 Makefile 文件(可以无视)"
|
||||
curl -O https://raw.githubusercontent.com/Sitoi/dailycheckin/main/docker/Makefile
|
||||
curl -O https://gitee.com/sitoi/dailycheckin/raw/main/docker/Makefile
|
||||
echo "开始通过 docker-compose 命令创建容器"
|
||||
docker-compose up -d
|
||||
fi
|
||||
|
@ -2,12 +2,6 @@
|
||||
|
||||
## 一、运行如下命令一键启动并创建服务
|
||||
|
||||
```bash
|
||||
curl https://raw.githubusercontent.com/Sitoi/dailycheckin/main/docker_start.sh | bash
|
||||
```
|
||||
|
||||
国内源:
|
||||
|
||||
```bash
|
||||
curl https://gitee.com/sitoi/dailycheckin/raw/main/docker_start.sh | bash
|
||||
```
|
||||
@ -39,16 +33,16 @@ curl https://gitee.com/sitoi/dailycheckin/raw/main/docker_start.sh | bash
|
||||
|
||||
## 三、立即执行单次签到(确保容器已启动),检查 config.json 是否配置正确
|
||||
|
||||
##### 运行【日常签到类】(除喜马拉雅极速版)
|
||||
##### 运行【日常签到类】
|
||||
|
||||
```bash
|
||||
docker exec dailycheckin python3 index.py
|
||||
docker exec -it dailycheckin dailycheckin
|
||||
```
|
||||
|
||||
##### 更新最新脚本
|
||||
|
||||
```bash
|
||||
docker exec dailycheckin sh /dailycheckin/docker/default_task.sh
|
||||
docker exec dailycheckin sh /dailycheckin/default_task.sh
|
||||
```
|
||||
|
||||
## 附录
|
||||
|
@ -1,15 +1,7 @@
|
||||
<p align="center">
|
||||
<img src="https://socialify.git.ci/Sitoi/dailycheckin/image?description=1&font=Rokkitt&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark"/>
|
||||
<br><strong><font size=50>每日签到集合</font></strong>
|
||||
<br>基于【腾讯云函数】/【GitHub Actions】/【Docker】的每日签到脚本
|
||||
<br>支持多账号使用
|
||||
</p>
|
||||
# 每日签到集合
|
||||
|
||||
<p align="center">
|
||||
<a href="https://t.me/dailycheckin"><img src="https://img.shields.io/badge/Talk-Telegram-brightgreen.svg?style=popout-square" alt="Telegram"></a>
|
||||
<a href="https://github.com/Sitoi/dailycheckin/stargazers"><img src="https://img.shields.io/github/stars/Sitoi/dailycheckin.svg?style=popout-square" alt="GitHub stars"></a>
|
||||
<a href="https://github.com/Sitoi/dailycheckin/network/members"><img src="https://img.shields.io/github/forks/Sitoi/dailycheckin.svg?style=popout-square" alt="GitHub forks"></a>
|
||||
<a href="https://github.com/Sitoi/dailycheckin/issues"><img src="https://img.shields.io/github/issues/Sitoi/dailycheckin.svg?style=popout-square" alt="GitHub issues"></a>
|
||||
<a href="https://hub.docker.com/repository/docker/sitoi/dailycheckin"><img src="https://img.shields.io/docker/pulls/sitoi/dailycheckin?style=popout-square" alt="Docker Pulls"></a>
|
||||
<a href="https://sitoi.github.io/dailycheckin"><img src="https://visitor-badge.glitch.me/badge?page_id=Sitoi-dailycheckin" alt="visitor"></a>
|
||||
</p>
|
||||
@ -62,14 +54,4 @@
|
||||
- server 酱 TURBO(微信)
|
||||
- pushplus(微信)
|
||||
- Cool Push(QQ,微信,邮箱)
|
||||
- qmsg 酱(QQ)
|
||||
|
||||
## 交流群
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td> <p align="center">微信群</p> <img width="282" height="282" src="https://cdn.jsdelivr.net/gh/Sitoi/dailycheckin/docs/img/wechat_group.jpg" /> <p align="center">扫码进微信交流二群</p> </td>
|
||||
<td> <p align="center">QQ群</p> <img width="282" height="282" src="https://cdn.jsdelivr.net/gh/Sitoi/dailycheckin/docs/img/qq.gif" /> <p align="center">扫码进QQ群</p> </td>
|
||||
<td> <p align="center">微信号</p> <img width="282" height="282" src="https://cdn.jsdelivr.net/gh/Sitoi/dailycheckin/docs/img/wechat.gif" /> <p align="center">进群加微信,备注:签到</p> </td>
|
||||
</tr>
|
||||
</table>
|
||||
- qmsg 酱(QQ)
|
Loading…
Reference in New Issue
Block a user