From 6358856a9474b405c5519061c3b8a23db7810d07 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Feb 2018 10:34:36 +0900 Subject: [PATCH] Update init.ts --- src/web/app/init.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/web/app/init.ts b/src/web/app/init.ts index aa2ec25c9..6011871e4 100644 --- a/src/web/app/init.ts +++ b/src/web/app/init.ts @@ -41,6 +41,9 @@ import MiOS, { API } from './common/mios'; */ console.info(`Misskey v${_VERSION_} (葵 aoi)`); +console.info( + '%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。', + 'color: red; background: yellow; font-size: 16px;'); // BootTimer解除 window.clearTimeout((window as any).mkBootTimer);