mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-15 15:01:14 +08:00
Compare commits
1 Commits
1dab8d05b5
...
c1ca236d4f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1ca236d4f |
24
README.md
24
README.md
@ -16,7 +16,7 @@ time:2024/08/03
|
|||||||
``````
|
``````
|
||||||
export smallfawnPushWhite="脚本名字@脚本名字2"
|
export smallfawnPushWhite="脚本名字@脚本名字2"
|
||||||
``````
|
``````
|
||||||
# 组织基地:QQ群1021185005
|
# 组织基地:QQ群551674817
|
||||||
# 青龙面板拉库命令
|
# 青龙面板拉库命令
|
||||||
``````
|
``````
|
||||||
ql repo https://mirror.ghproxy.com/https://github.com/smallfawn/QLScriptPublic.git
|
ql repo https://mirror.ghproxy.com/https://github.com/smallfawn/QLScriptPublic.git
|
||||||
@ -31,30 +31,12 @@ docker run -dit \
|
|||||||
-v $PWD/ql/repo:/ql/repo \
|
-v $PWD/ql/repo:/ql/repo \
|
||||||
-v $PWD/ql/raw:/ql/raw \
|
-v $PWD/ql/raw:/ql/raw \
|
||||||
-v $PWD/ql/scripts:/ql/scripts \
|
-v $PWD/ql/scripts:/ql/scripts \
|
||||||
|
-v $PWD/ql/deps:/ql/deps \
|
||||||
-p 5700:5700 \
|
-p 5700:5700 \
|
||||||
--name qinglong \
|
--name qinglong \
|
||||||
--hostname qinglong \
|
--hostname qinglong \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
yanyu.icu/whyour/qinglong:2.11
|
registry.cn-hangzhou.aliyuncs.com/smallfawn/qinglong:2.11.3
|
||||||
|
|
||||||
version: '3'
|
|
||||||
services:
|
|
||||||
qinglong:
|
|
||||||
image: yanyu.icu/whyour/qinglong:2.11
|
|
||||||
container_name: qinglong
|
|
||||||
hostname: qinglong
|
|
||||||
volumes:
|
|
||||||
- $PWD/ql/config:/ql/config
|
|
||||||
- $PWD/ql/log:/ql/log
|
|
||||||
- $PWD/ql/db:/ql/db
|
|
||||||
- $PWD/ql/repo:/ql/repo
|
|
||||||
- $PWD/ql/raw:/ql/raw
|
|
||||||
- $PWD/ql/scripts:/ql/scripts
|
|
||||||
ports:
|
|
||||||
- 5700:5700
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
https://github.com/whyour/qinglong/tree/d6614acf66a243fddc494bcfcee44b3a55020591
|
|
||||||
``````
|
``````
|
||||||
#最新版青龙搭建命令
|
#最新版青龙搭建命令
|
||||||
docker run -dit \
|
docker run -dit \
|
||||||
|
|||||||
1985
dianxin.js
1985
dianxin.js
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ let GacmotorCookies = './GacmotorCookies.json';//指定文件目录
|
|||||||
const $ = new Env("广汽传祺");
|
const $ = new Env("广汽传祺");
|
||||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||||
//const { updateEnv11, getEnvs, updateEnv } = require("./ql")
|
//const { updateEnv11, getEnvs, updateEnv } = require("./ql")
|
||||||
const appVersion = "5.1.22"
|
const appVersion = "5.1.12"
|
||||||
//let ckName = "gacmotorToken";
|
//let ckName = "gacmotorToken";
|
||||||
//let envSplitor = ["@", "\n"]; //多账号分隔符
|
//let envSplitor = ["@", "\n"]; //多账号分隔符
|
||||||
let strSplitor = "#"; //多变量分隔符
|
let strSplitor = "#"; //多变量分隔符
|
||||||
@ -874,7 +874,7 @@ class UserInfo {
|
|||||||
let { body: result } = await httpRequest(options);
|
let { body: result } = await httpRequest(options);
|
||||||
//console.log(options);
|
//console.log(options);
|
||||||
result = JSON.parse(result);
|
result = JSON.parse(result);
|
||||||
console.log(result);
|
//console.log(result);
|
||||||
if (result.resultCode == "0") {
|
if (result.resultCode == "0") {
|
||||||
if (result.data == true) {
|
if (result.data == true) {
|
||||||
//已签
|
//已签
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user