This commit is contained in:
syuilo 2018-03-06 14:32:15 +09:00
parent 5f8e1ca025
commit e8df6e8116

View file

@ -52,7 +52,7 @@ Vue.mixin({
console.info(`Misskey v${version} (葵 aoi)`); console.info(`Misskey v${version} (葵 aoi)`);
console.info( console.info(
'%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。', '%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。',
'color: red; background: yellow; font-size: 16px;'); 'color: red; background: yellow; font-size: 16px; font-weight: bold;');
// BootTimer解除 // BootTimer解除
window.clearTimeout((window as any).mkBootTimer); window.clearTimeout((window as any).mkBootTimer);