forked from FoundKeyGang/FoundKey
Update init.ts
This commit is contained in:
parent
0a0d0cb190
commit
6358856a94
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ import MiOS, { API } from './common/mios';
|
||||||
*/
|
*/
|
||||||
|
|
||||||
console.info(`Misskey v${_VERSION_} (葵 aoi)`);
|
console.info(`Misskey v${_VERSION_} (葵 aoi)`);
|
||||||
|
console.info(
|
||||||
|
'%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。',
|
||||||
|
'color: red; background: yellow; font-size: 16px;');
|
||||||
|
|
||||||
// BootTimer解除
|
// BootTimer解除
|
||||||
window.clearTimeout((window as any).mkBootTimer);
|
window.clearTimeout((window as any).mkBootTimer);
|
||||||
|
|
Loading…
Reference in a new issue