インスタンスの対象言語の設定を実装

This commit is contained in:
syuilo
2018-11-07 12:28:53 +09:00
parent 1585bb12cf
commit 001bb7bbcd
6 changed files with 22 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import Meta, { IMeta } from '../models/meta';
const defaultMeta: any = {
name: 'Misskey',
langs: [],
cacheRemoteFiles: true,
localDriveCapacityMb: 256,
remoteDriveCapacityMb: 8,