Update version to 143.7.1 and add menu sidebar options

This commit is contained in:
Kwaroran
2024-12-19 05:34:09 +09:00
parent c05aa389b9
commit b07a9b9d15
8 changed files with 104 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
import type { PromptItem, PromptSettings } from '../process/prompt';
import type { OobaChatCompletionRequestParams } from '../model/ooba';
export let appVer = "143.5.0"
export let appVer = "143.7.0"
export let webAppSubVer = ''
@@ -856,6 +856,7 @@ export interface Database{
legacyMediaFindings?:boolean
geminiStream?:boolean
assetMaxDifference:number
menuSideBar:boolean
}
interface SeparateParameters{