获得徽章 7
// 周五下午,我的大脑状态
let myBrain = {
motivation: 0.01,
patience: 'NaN',
soul: 'offline',
body: {
status: 'autoPilot',
location: 'inFrontOfComputer',
action: 'pretendingToWork'
}
};
function waitForWeekend() {
const now = new Date();
const下班时间 = new Date();
下班时间.setHours(18, 0, 0);
if (now >= 下班时间) {
console.log("🚀 Launching to weekend!");
return true;
} else {
console.log(`⏳ Time remaining: ${下班时间 - now}ms... or so it feels.`);
setTimeout(waitForWeekend, 1000);
}
}
waitForWeekend();
let myBrain = {
motivation: 0.01,
patience: 'NaN',
soul: 'offline',
body: {
status: 'autoPilot',
location: 'inFrontOfComputer',
action: 'pretendingToWork'
}
};
function waitForWeekend() {
const now = new Date();
const下班时间 = new Date();
下班时间.setHours(18, 0, 0);
if (now >= 下班时间) {
console.log("🚀 Launching to weekend!");
return true;
} else {
console.log(`⏳ Time remaining: ${下班时间 - now}ms... or so it feels.`);
setTimeout(waitForWeekend, 1000);
}
}
waitForWeekend();
展开
1
点赞
赞了这篇文章
赞了这篇沸点
最近已对一批严重违反社区规则的用户进行封号处理,并会进一步加强风控管理手段,发现一起,处理一起,绝不手软。
具体包括但不限于以下违规行为:
存在严重欺诈行为的账号
团伙恶意薅羊毛等作弊行为
通过群控设备/作弊器等进行作弊
存在以上行为用户均会被直接封号,并且与之获得的矿石抽奖/兑换奖励不予发放,同时欢迎大家举报。
申诉链接:
wj.toutiao.com
具体包括但不限于以下违规行为:
存在严重欺诈行为的账号
团伙恶意薅羊毛等作弊行为
通过群控设备/作弊器等进行作弊
存在以上行为用户均会被直接封号,并且与之获得的矿石抽奖/兑换奖励不予发放,同时欢迎大家举报。
申诉链接:
展开
38
33
赞了这篇文章
![[再见]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_37.2f6e44f.png)
![[奸笑]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_17.bcebf79.png)
![[流泪]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_6.dde0d83.png)