1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 17:48:08 +08:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dylan 50d774b6f2 1 2023-05-26 17:19:55 +08:00
dylan 5c25e84251 1 2023-05-26 16:36:17 +08:00
dylan 521bb61c5a 1 2023-05-26 16:34:06 +08:00
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
使用root用户运行下面一串命令,仅在Centos/Ubuntu系统测试,其他系统自测
```
curl -sSL https://js.dayplus.xyz/https://raw.githubusercontent.com/6dylan6/jdpro/main/docker/ql1key.sh -o install.sh && bash install.sh
curl -sSL https://js.nbplay.site/https://raw.githubusercontent.com/6dylan6/jdpro/main/docker/ql1key.sh -o install.sh && bash install.sh
```
## 拉库指令
-11
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -141,7 +141,7 @@ if ($.isNode()) {
//else
//console.log(`检测到未配置Wxpusher的Token,禁用一对一推送...`);
let jdSignUrl = 'https://api.nolanstore.top/sign'
let jdSignUrl = 'https://api.nolanstore.cc/sign'
if (process.env.SIGNURL)
jdSignUrl = process.env.SIGNURL;