mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-11 13:18:09 +09:00
Update about-misskey.vue
This commit is contained in:
parent
5c2601c148
commit
9778d44a0d
@ -165,6 +165,10 @@ export default defineComponent({
|
||||
this.easterEggReady = false;
|
||||
this.$refs.icon.vanillaTilt.destroy();
|
||||
this.easterEggEngine = physics(this.$refs.about);
|
||||
|
||||
setTimeout(() => {
|
||||
this.easterEggEngine.stop();
|
||||
}, 1000 * 60 * 3);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user