chore(migrate info): completed english translation; opening card on query

This commit is contained in:
2025-12-12 15:07:08 +01:00
parent 6b4231496e
commit 1cd93f09c4
4 changed files with 27 additions and 22 deletions
+4
View File
@@ -111,6 +111,10 @@ export default defineComponent({
if (query.get('welcomeCard') == '1') {
this.isWelcomeCardOpen = true;
}
if (query.get('migrateCard') == '1') {
this.isMigrateInfoCardOpen = true;
}
},
async checkAppVersion() {