feat: implement preset and parallel requests for HypaV3

This commit is contained in:
Bo26fhmC5M
2025-05-10 15:00:35 +09:00
parent d9565b4450
commit 85753a76ef
19 changed files with 2382 additions and 672 deletions

View File

@@ -50,6 +50,13 @@ export const alertStore = writable({
type: 'none',
msg: 'n',
} as alertData)
export const hypaV3ModalOpen = writable(false)
export const hypaV3ProgressStore = writable({
open: false,
miniMsg: '',
msg: '',
subMsg: '',
})
export const selIdState = $state({
selId: -1
})