[feat] character padding expanded to 4

This commit is contained in:
kwaroran
2023-05-23 21:09:18 +09:00
parent 266ca76363
commit 53ca05652d
5 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.15.5'
export let appVer = '1.15.6'
export function setDatabase(data:Database){