perf: improve the logic related to login expiration

This commit is contained in:
vince
2024-07-11 20:11:11 +08:00
parent 8e6c1abf19
commit d62a3da009
43 changed files with 552 additions and 347 deletions

View File

@@ -52,7 +52,7 @@ const titleText = computed(() => {
return $t('fallback.offlineError');
}
case 'comming-soon': {
return $t('fallback.coming-soon');
return $t('fallback.comingSoon');
}
default: {
return '';