feat: Add success message after importing character URL

This commit is contained in:
kwaroran
2024-05-30 13:13:17 +09:00
parent c4651408a6
commit 4709e1bfe0

View File

@@ -259,6 +259,8 @@ export async function characterURLImport() {
}
db.modules.push(importData)
setDatabase(db)
alertNormal(language.successImport)
return
}
if(hash.startsWith('#import_preset=')){