Update brands

This commit is contained in:
marzban-dev
2025-12-25 23:18:26 +03:30
parent b223fd374b
commit 08f4062ad3
39 changed files with 40 additions and 9 deletions
+39 -8
View File
@@ -14,15 +14,46 @@ const { isMobile } = useRatio();
const props = defineProps<Props>(); const props = defineProps<Props>();
const {} = toRefs(props); const {} = toRefs(props);
const brands = ref([ const brandsList = ref([
"/img/brands/brand-1.png", "acer.png",
"/img/brands/brand-2.png", "adidas.png",
"/img/brands/brand-3.png", "aeg.png",
"/img/brands/brand-4.png", "anker.png",
"/img/brands/brand-5.png", "apple.webp",
"/img/brands/brand-6.png", "asus.png",
"canon.png",
"cat.png",
"deawoo.png",
"dell.png",
"greenlion.webp",
"gucci.png",
"hp.png",
"huawei.webp",
"jbl.png",
"jordan.png",
"lg.png",
"microsoft.png",
"msi.png",
"nike.png",
"ninja.png",
"philips.png",
"playstation.png",
"reebok.png",
"samsung.png",
"sencor.png",
"sony.png",
"tefal.png",
"uwell.png",
"westinghous.png",
"xbox.png",
"xiaomi.png",
"xvision.png",
"zara.png",
]); ]);
const brands = computed(() => {
return brandsList.value.map(i => `/img/brands/${i}`)
})
// preload images using vueuse // preload images using vueuse
const isReady = ref(false); const isReady = ref(false);
@@ -79,7 +110,7 @@ onMounted(async () => {
direction="reverse" direction="reverse"
:clone="true" :clone="true"
dir="ltr" dir="ltr"
:duration="14" :duration="48"
> >
<div <div
v-for="brand in brands" v-for="brand in brands"
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB