feat: implement preset and parallel requests for HypaV3
This commit is contained in:
@@ -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'|'hypaV3'|'progress',
|
||||
|'chatOptions'|'pukmakkurit'|'branches'|'progress',
|
||||
msg: string,
|
||||
submsg?: string
|
||||
}
|
||||
@@ -319,10 +319,3 @@ export function showHypaV2Alert(){
|
||||
'msg': ""
|
||||
})
|
||||
}
|
||||
|
||||
export function showHypaV3Alert(){
|
||||
alertStoreImported.set({
|
||||
'type': 'hypaV3',
|
||||
'msg': ""
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user