yanyuyijian/Log/News.md
2021-06-28 17:29:31 +08:00

84 lines
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# News
## 06.28 17:25
- 青龙面板小工具 适用于2.2面板
https://github.com/Zy143L/jdc
- 修复远程扫码问题 支持AMD64和ARM64架构
- 配套前端地址
https://github.com/Zy143L/JDC_WEB
- 配套青龙2.2-066 不升级版本
https://hub.docker.com/r/limoe/qinglong
## 06.28 01:30
- 青龙面板无法打开解决命令
``` sh
docker exec -it qinglong nginx -c /etc/nginx/nginx.conf
```
- A1/shuye/V3/V4 京东扫码恢复及网页扫码获取
> https://shimo.im/docs/RkkWrrQVpxk3TTjR
## 06.27 19:44
- qinglong 2.8 一键添加内部互助功能
- 容器内执行 或 docker 宿主机执行
- 默认仓库为`JDHelloWorld`,使用其他仓库需自行修改
``` sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/liuqitoday/qinglong-auto-sharecodes/master/one-key.sh)"
```
``` sh
docker exec -it qinglong bash -c "$(curl -fsSL https://raw.githubusercontent.com/liuqitoday/qinglong-auto-sharecodes/master/one-key.sh)"
```
## 06.26 21:30
- 口袋书店入口
京东 APP`首页`-(中间第二页)`京东图书`-(右上角)`签`-(页面中间)每日参加活动
## 06.26 14:50
- 京东查黑号最新办法
> https://vip.m.jd.com/scoreDetail/current
电脑或者手机浏览器复制打开网址,从里面查找`creditLevel`,最高 11 级,低于 8 的抢啥都很难,低于 5 的就不要抢购了。需要登陆过京东账户。
## 06.26 14:00
- `panghu999`宠汪汪报错原因:据说国外 vps 才会报这个错误
```
❗️宠汪汪, 错误!
evalmachine.<anonymous>:1
<html>
^
SyntaxError: Unexpected token '<'
at new Script (vm.js:101:7)
at createScript (vm.js:262:10)
at Object.runInContext (vm.js:293:10)
at IncomingMessage.<anonymous> (/ql/scripts/panghu999_jd_scripts_jd_joy.js:2387:28)
at IncomingMessage.emit (events.js:388:22)
at endReadableNT (internal/streams/readable.js:1336:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
```
- `JDHelloWorld`拉取仓库命令如下cron 设为`55 * * * *`(晚于`panghu999`的`50 * * * *`)
``` sh
ql repo https://github.com/JDHelloWorld/jd_scripts "jd_|jx_|getJDCookie" "activity|backUp|jd_delCoupon" "^jd[^_]|USER"
```
```
55 * * * *
```
- 宠汪汪同样使用`JDHelloWorld`的仓库,禁用其他的只跑`宠汪汪二代目`即可cron 改为`15 0-23/2 * * *`
- 宠汪汪兑换使用`JDHelloWorld`的仓库,禁用其他的只跑`宠汪汪兑换二代目`即可cron 改为`0 0-16/8 * * *`或 ? `57-59/1 59 7-23/8 * * *`(自行测试)
- `JDHelloWorld`宠汪汪验证解决命令
``` sh
docker exec -it qinglong pnpm i png-js -S
```
- `panghu999`宠汪汪验证解决命令
``` sh
docker exec -it qinglong /bin/sh
```
``` sh
apk add --no-cache build-base g++ cairo-dev pango-dev giflib-dev
```
``` sh
cd scripts
```
``` sh
npm install canvas --build-from-source
```
``` sh
exit
```