feat: Implement HypaV3 ratio-based memory

This commit is contained in:
Bo26fhmC5M
2025-01-12 01:45:49 +09:00
parent 3b533e911f
commit 50361d7aa2
9 changed files with 1004 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ export interface alertData{
type: 'error'|'normal'|'none'|'ask'|'wait'|'selectChar'
|'input'|'toast'|'wait2'|'markdown'|'select'|'login'
|'tos'|'cardexport'|'requestdata'|'addchar'|'hypaV2'|'selectModule'
|'chatOptions'|'pukmakkurit'|'branches',
|'chatOptions'|'pukmakkurit'|'branches'|'hypaV3',
msg: string,
submsg?: string
}
@@ -318,4 +318,11 @@ export function showHypaV2Alert(){
'type': 'hypaV2',
'msg': ""
})
}
export function showHypaV3Alert(){
alertStoreImported.set({
'type': 'hypaV3',
'msg': ""
})
}