Misskeyのバージョンもクライアントの環境変数に突っ込むように
This commit is contained in:
parent
e88f7ca7b2
commit
42a08642a4
10 changed files with 99 additions and 261 deletions
|
@ -70,7 +70,8 @@ const output = {
|
|||
const consts = {
|
||||
_THEME_COLOR_: constants.themeColor,
|
||||
_COPYRIGHT_: constants.copyright,
|
||||
_VERSION_: version,
|
||||
_VERSION_: meta.version,
|
||||
_CLIENT_VERSION_: version,
|
||||
_CODENAME_: codename,
|
||||
_LANG_: '%lang%',
|
||||
_LANGS_: Object.keys(locales).map(l => [l, locales[l].meta.lang]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue