青龙面板平台签到函数
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
4.3 KiB

3 years ago
<div align="center">
<h1 align="center">签到盒青龙版</h1>
</div>
3 years ago
![GitHub stars](https://img.shields.io/github/stars/yuxian158/check?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/yuxian158/check?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/yuxian158/check?style=flat-square)
![GitHub issues](https://img.shields.io/github/languages/code-size/yuxian158/check?style=flat-square)
3 years ago
# 一个运行在青龙的签到函数
[青龙](https://github.com/whyour/qinglong.git)
3 years ago
## 特别声明
3 years ago
3 years ago
- 本仓库发布的脚本及其中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断。
- 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。
- 本人对任何脚本问题概不负责,包括但不限于由任何脚本错误导致的任何损失或损害。
- 间接使用脚本的任何用户,包括但不限于建立VPS或在某些行为违反国家/地区法律或相关法规的情况下进行传播, 本人对于由此引起的任何隐私泄漏或其他后果概不负责。
- 请勿将本仓库的任何内容用于商业或非法目的,否则后果自负。
- 如果任何单位或个人认为该项目的脚本可能涉嫌侵犯其权利,则应及时通知并提供身份证明,所有权证明,我们将在收到认证文件后删除相关脚本。
- 任何以任何方式查看此项目的人或直接或间接使用该项目的任何脚本的使用者都应仔细阅读此声明。本人保留随时更改或补充此免责声明的权利。一旦使用并复制了任何相关脚本或Script项目的规则,则视为您已接受此免责声明。
**您必须在下载后的24小时内从计算机或手机中完全删除以上内容**
> ***您使用或者复制了本仓库且本人制作的任何脚本,则视为 `已接受` 此声明,请仔细阅读***
3 years ago
3 years ago
## 支持的签到列表
可以在各文件夹查看
#### 1.dailycheckin_scripts:
3 years ago
该文件夹下是https://github.com/sitoi/dailycheckin(https://github.com/sitoi/dailycheckin) 该项目的全部支持脚本
3 years ago
[具体查看](https://github.com/yuxian158/check/blob/master/dailycheckin_scripts/README.md)
3 years ago
3 years ago
## 使用方法
3 years ago
**进入容器后运行以下命令**(docker exec -it ql bash)修改ql为你的青龙容器名字
以下命令全部都是进入容器后输入
### 1.拉取仓库
3 years ago
3 years ago
只使用dailycheckin_scripts:
```
3 years ago
ql repo https://github.com/yuxian158/check.git "ck_" "" "checksend|utils"
```
3 years ago
3 years ago
只使用others_scripts:
```
ql repo https://github.com/yuxian158/check.git "oc_" "" "checksend|utils"
```
3 years ago
3 years ago
我全都要:
3 years ago
```
ql repo https://github.com/yuxian158/check.git "" "" "checksend|utils"
```
3 years ago
### 2.配置
3 years ago
```
cp /ql/repo/yuxian158_check/check.sample.toml /ql/config/check.toml
```
3 years ago
或使用json格式(不推荐)
```
cp /ql/repo/yuxian158_check/check.sample.json /ql/config/check.json
```
3 years ago
然后不出意外的话你可以在青龙面板的配置文件下找到check.toml或check.json文件
3 years ago
3 years ago
然后根据各文件夹下REDEME修改配置[这里](https://github.com/yuxian158/check/blob/master/dailycheckin_scripts/README.md)
3 years ago
3 years ago
### 3.说明
3 years ago
3 years ago
1.本仓库在12.21日的更新中同时支持了json和toml两种格式的配置文件,但是推荐使用toml格式配置文件
3 years ago
3 years ago
2.当toml和json配置文件共存时优先使用toml文件
3 years ago
3 years ago
### 4.其他
3 years ago
#### 1.关于 toml 的语法参考:
3 years ago
3 years ago
* [toml-lang/toml](https://github.com/toml-lang/toml)
* [中文知乎介绍](https://zhuanlan.zhihu.com/p/50412485)
* [TOML 教程中文版](https://toml.io/cn/v1.0.0)
#### 2.排错指引
1.在sitoi/dailycheckin的某次更新中修改了键名,请尽量删除原配置文件后重新配置
3 years ago
3 years ago
2.本库找配置文件时使用了正则表达式,在最外层配置时可以不区分大小写,且只要包含字段就可以,甚至可以写中文(强烈不建议这么写,貌似toml不支持)
3 years ago
3 years ago
3.很多脚本并没有测试
3 years ago
3 years ago
4.本库所有脚本都未加运行时间提示,可以拉取后所有脚本运行时间都一样
3 years ago
## 致谢
[@Wenmoux](https://github.com/Wenmoux/)
[@Sitoi](https://github.com/Sitoi)
3 years ago
[@Oreomeow](https://github.com/Oreomeow)