mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-01 17:48:08 +08:00
Compare commits
3 Commits
fdaaf475a8
...
50d774b6f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 50d774b6f2 | |||
| 5c25e84251 | |||
| 521bb61c5a |
@@ -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
|
||||
```
|
||||
|
||||
## 拉库指令
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user