mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 17:00:07 +09:00
オフラインでも画像を表示できるようにbase64にして埋め込むようにした
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import i18n from './i18n';
|
||||
import base64 from './base64';
|
||||
import themeColor from './theme-color';
|
||||
import tag from './tag';
|
||||
import stylus from './stylus';
|
||||
@ -6,6 +7,7 @@ import typescript from './typescript';
|
||||
|
||||
export default (lang, locale) => [
|
||||
i18n(lang, locale),
|
||||
base64(),
|
||||
themeColor(),
|
||||
tag(),
|
||||
stylus(),
|
||||
|
Reference in New Issue
Block a user