mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 23:25:41 +02:00
なんかもうめっちゃ変えた
This commit is contained in:
@@ -7,14 +7,14 @@ import './style.styl';
|
||||
|
||||
import * as riot from 'riot';
|
||||
require('./tags');
|
||||
import boot from '../boot';
|
||||
import init from '../init';
|
||||
|
||||
document.title = 'Misskey | アプリの連携';
|
||||
|
||||
/**
|
||||
* Boot
|
||||
* init
|
||||
*/
|
||||
boot(me => {
|
||||
init(me => {
|
||||
mount(document.createElement('mk-index'));
|
||||
});
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
extends ../base
|
||||
|
||||
block head
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no')
|
||||
script(src=`/assets/auth.${version}.ja.js` async defer)
|
||||
Reference in New Issue
Block a user