feat: add export via ccv3 charx and json

This commit is contained in:
kwaroran
2024-06-02 23:38:55 +09:00
parent 958217839b
commit 8dff1a6cde
7 changed files with 154 additions and 23 deletions

View File

@@ -222,8 +222,7 @@ export async function alertCardExport(type:string = ''){
return JSON.parse(get(alertStore).msg) as {
type: string,
password: string,
license: string
type2: string,
}
}