[feat] add local code

This commit is contained in:
kwaroran
2023-08-17 14:49:06 +09:00
parent 3f9e08bfb0
commit 64ee71e2c6
7 changed files with 263 additions and 5 deletions

View File

@@ -87,6 +87,13 @@ export function alertWait(msg:string){
}
export function alertClear(){
alertStore.set({
'type': 'none',
'msg': ''
})
}
export async function alertSelectChar(){
alertStore.set({
'type': 'selectChar',