mirror of
https://github.com/zjk2017/ArcadiaScriptPublic.git
synced 2025-12-19 00:14:35 +08:00
Update xuehua.js
This commit is contained in:
@@ -42,13 +42,11 @@ var timestamp = Math.round(new Date().getTime()/1000).toString();
|
|||||||
if (!(await Envs()))
|
if (!(await Envs()))
|
||||||
return;
|
return;
|
||||||
else {
|
else {
|
||||||
|
|
||||||
log(`\n\n============================================= \n脚本执行 - 北京时间(UTC+8):${new Date(
|
log(`\n\n============================================= \n脚本执行 - 北京时间(UTC+8):${new Date(
|
||||||
new Date().getTime() + new Date().getTimezoneOffset() * 60 * 1000 +
|
new Date().getTime() + new Date().getTimezoneOffset() * 60 * 1000 +
|
||||||
8 * 60 * 60 * 1000).toLocaleString()} \n=============================================\n`);
|
8 * 60 * 60 * 1000).toLocaleString()} \n=============================================\n`);
|
||||||
|
|
||||||
|
|
||||||
log(`\n============ 微信公众号:柠檬玩机交流 ============`)
|
|
||||||
log(`\n=================== 共找到 ${xuehuahdArr.length} 个账号 ===================`)
|
log(`\n=================== 共找到 ${xuehuahdArr.length} 个账号 ===================`)
|
||||||
if (debug) {
|
if (debug) {
|
||||||
log(`【debug】 这是你的全部账号数组:\n ${xuehuahdArr}`);
|
log(`【debug】 这是你的全部账号数组:\n ${xuehuahdArr}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user