✌️
This commit is contained in:
parent
5f4f046cd6
commit
6078363311
3 changed files with 33 additions and 1 deletions
|
|
@ -19,6 +19,10 @@ require('./common/tags');
|
|||
|
||||
console.info(`Misskey v${_VERSION_} (葵 aoi)`);
|
||||
|
||||
// BootTimer解除
|
||||
window.clearTimeout((window as any).mkBootTimer);
|
||||
delete (window as any).mkBootTimer;
|
||||
|
||||
if (_HOST_ != 'localhost') {
|
||||
document.domain = _HOST_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue