mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-27 22:38:10 +09:00
fix: 🥴
This commit is contained in:
parent
8beceed4c3
commit
92954275a3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.5-rc.10",
|
||||
"version": "13.0.5-rc.11",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -172,9 +172,12 @@ async function sleep(seconds) {
|
||||
return new Promise((resolve) => setTimeout(resolve, seconds * 1000));
|
||||
}
|
||||
|
||||
if (defaultStore.state.woozyMode) {
|
||||
instanceIcon.src = '/static-assets/woozy.png';
|
||||
}
|
||||
onMounted(() => {
|
||||
if (defaultStore.state.woozyMode) {
|
||||
instanceIcon.src = '/static-assets/woozy.png';
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
function easterEgg() {
|
||||
iconClicks++;
|
||||
|
Loading…
Reference in New Issue
Block a user