feat: add preset sharing

This commit is contained in:
kwaroran
2024-05-24 11:28:32 +09:00
parent 0ce01d8ca1
commit 96ccc1cdd8
10 changed files with 124 additions and 74 deletions

View File

@@ -205,11 +205,12 @@ export async function alertConfirm(msg:string){
return get(alertStore).msg === 'yes'
}
export async function alertCardExport(){
export async function alertCardExport(type:string = ''){
alertStore.set({
'type': 'cardexport',
'msg': ''
'msg': '',
'submsg': type
})
while(true){