1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-16 03:42:48 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
2024
bf363c7e61 1 2024-10-04 22:25:50 +08:00
2024
fcd6a5e6d4 1 2024-10-04 21:48:23 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ let strGuoqi = "";
let TempBaipiao = "";
let llgeterror = false;
let time = new Date().getHours();
let WP_APP_TOKEN_ONE = "";
if ($.isNode()) {
if (process.env.WP_APP_TOKEN_ONE) {
WP_APP_TOKEN_ONE = process.env.WP_APP_TOKEN_ONE;

File diff suppressed because one or more lines are too long