mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
merge: husky updates
This commit is contained in:
@ -109,10 +109,16 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative hidden w-0 flex-1 lg:block">
|
||||
<img
|
||||
class="absolute inset-0 h-full w-full object-cover"
|
||||
<NuxtImg
|
||||
src="/wallpapers/signin.jpg"
|
||||
class="absolute inset-0 h-full w-full object-cover"
|
||||
alt=""
|
||||
width="3000"
|
||||
height="3000"
|
||||
provider="ipx"
|
||||
quality="80"
|
||||
:placeholder="[700, 700, 75, 5]"
|
||||
preload
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -18,10 +18,16 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative hidden w-0 flex-1 lg:block">
|
||||
<img
|
||||
class="absolute inset-0 h-full w-full object-cover"
|
||||
<NuxtImg
|
||||
src="/wallpapers/signin.jpg"
|
||||
class="absolute inset-0 h-full w-full object-cover"
|
||||
alt=""
|
||||
width="1000"
|
||||
height="1000"
|
||||
provider="ipx"
|
||||
quality="80"
|
||||
:placeholder="[700, 700, 75, 5]"
|
||||
preload
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -95,8 +95,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted } from "vue";
|
||||
|
||||
const recent = await $dropFetch("/api/v1/store/recent");
|
||||
const updated = await $dropFetch("/api/v1/store/updated");
|
||||
const released = await $dropFetch("/api/v1/store/released");
|
||||
|
||||
Reference in New Issue
Block a user