This commit is contained in:
pypy
2021-01-21 12:47:03 +09:00
parent 32cc77f298
commit 22ba26bb42

View File

@@ -8035,9 +8035,9 @@ speechSynthesis.getVoices();
return timeToText(Date.now() - ctx.ref.$online_for);
} else if (ctx.ref.$offline_for) {
return timeToText(Date.now() - ctx.ref.$offline_for);
} else {
return '-';
}
return '-';
};
$app = new Vue($app);