オフラインでも画像を表示できるようにbase64にして埋め込むようにした
This commit is contained in:
parent
efba945e37
commit
5f40e7eaa4
3 changed files with 22 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue