mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
chore
This commit is contained in:
parent
362abe1572
commit
2cd2c692a2
@ -39,10 +39,9 @@ export async function mainBoot() {
|
||||
if (isClientUpdated && $i) {
|
||||
popup(defineAsyncComponent(() => import('@/components/MkUpdated.vue')), {}, {}, 'closed');
|
||||
} else if (isClientMigrated && $i) {
|
||||
miLocalStorage.removeItem('latestDonationInfoShownAt');
|
||||
miLocalStorage.removeItem('neverShowDonationInfo');
|
||||
miLocalStorage.removeItem('latestDonationInfoShownAt');
|
||||
popup(defineAsyncComponent(() => import('@/components/MkMigrated.vue')), {}, {}, 'closed');
|
||||
popup(defineAsyncComponent(() => import('@/components/MkDonation.vue')), {}, {}, 'closed');
|
||||
}
|
||||
|
||||
const stream = useStream();
|
||||
|
Loading…
Reference in New Issue
Block a user