[fix] character gap srinking

This commit is contained in:
kwaroran
2023-05-23 09:34:51 +09:00
parent 855f521d35
commit 398a8c0846
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.1'
export let appVer = '1.15.2'
export function setDatabase(data:Database){