mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01: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