Update version to 1.71.3 and add file URL mapping

This commit is contained in:
kwaroran
2024-01-06 22:31:42 +09:00
parent e974b5ee7f
commit de17fe3afa
4 changed files with 11 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.71.2"
export let appVer = "1.71.3"
export let webAppSubVer = ''
export function setDatabase(data:Database){