Add new icon in WEBP format to public directory
@@ -153,7 +153,7 @@ useHead(() => ({
|
|||||||
{ name: 'description', content: movie.value ? `Xem ${movie.value.name} online` : 'Xem phim Hàn Quốc online' },
|
{ name: 'description', content: movie.value ? `Xem ${movie.value.name} online` : 'Xem phim Hàn Quốc online' },
|
||||||
{ property: 'og:title', content: movie.value ? `${movie.value.name} - CineK` : 'CineK' },
|
{ property: 'og:title', content: movie.value ? `${movie.value.name} - CineK` : 'CineK' },
|
||||||
{ property: 'og:description', content: movie.value?.content || '' },
|
{ property: 'og:description', content: movie.value?.content || '' },
|
||||||
{ property: 'og:image', content: movie.value?.poster || movie.value?.thumb || '/icon.png' },
|
{ property: 'og:image', content: movie.value?.poster || movie.value?.thumb || '/icon.webp' },
|
||||||
],
|
],
|
||||||
}))
|
}))
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ const avatarGrid = computed(() => {
|
|||||||
'viet-nam': ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16'],
|
'viet-nam': ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16'],
|
||||||
}
|
}
|
||||||
const nums = categoryMap[selectedAvatarCategory.value] || []
|
const nums = categoryMap[selectedAvatarCategory.value] || []
|
||||||
return nums.map(n => `/avatars/${selectedAvatarCategory.value}/${n}.jpg`)
|
return nums.map(n => `/avatars/${selectedAvatarCategory.value}/${n}.webp`)
|
||||||
})
|
})
|
||||||
|
|
||||||
const sidebarItems = [
|
const sidebarItems = [
|
||||||
|
|||||||
@@ -401,7 +401,7 @@ watch([movie, activeEpisode], () => { if (hasStarted.value) saveWatchHistory() }
|
|||||||
watch(libraryItem, () => { refreshFavoriteState() })
|
watch(libraryItem, () => { refreshFavoriteState() })
|
||||||
useHead(() => ({
|
useHead(() => ({
|
||||||
title: movie.value ? `Xem ${movie.value.name} - CineK` : 'Đang tải - CineK',
|
title: movie.value ? `Xem ${movie.value.name} - CineK` : 'Đang tải - CineK',
|
||||||
meta: [{ name: 'description', content: movie.value ? `Xem ${movie.value.name} online` : '' }, { property: 'og:title', content: movie.value ? `${movie.value.name} - CineK` : 'CineK' }, { property: 'og:image', content: movie.value?.poster || movie.value?.thumb || '/icon.png' }],
|
meta: [{ name: 'description', content: movie.value ? `Xem ${movie.value.name} online` : '' }, { property: 'og:title', content: movie.value ? `${movie.value.name} - CineK` : 'CineK' }, { property: 'og:image', content: movie.value?.poster || movie.value?.thumb || '/icon.webp' }],
|
||||||
}))
|
}))
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -18,15 +18,15 @@ export default defineNuxtConfig({
|
|||||||
{ property: 'og:type', content: 'website' },
|
{ property: 'og:type', content: 'website' },
|
||||||
{ property: 'og:title', content: 'CineK - Xem phim Hàn Quốc online' },
|
{ property: 'og:title', content: 'CineK - Xem phim Hàn Quốc online' },
|
||||||
{ property: 'og:description', content: 'Xem phim Hàn Quốc online, phim bộ, phim lẻ, show và nội dung mới cập nhật với trải nghiệm xem mượt trên mọi thiết bị.' },
|
{ property: 'og:description', content: 'Xem phim Hàn Quốc online, phim bộ, phim lẻ, show và nội dung mới cập nhật với trải nghiệm xem mượt trên mọi thiết bị.' },
|
||||||
{ property: 'og:image', content: '/icon.png' },
|
{ property: 'og:image', content: '/icon.webp' },
|
||||||
{ name: 'twitter:card', content: 'summary_large_image' },
|
{ name: 'twitter:card', content: 'summary_large_image' },
|
||||||
{ name: 'twitter:title', content: 'CineK - Xem phim Hàn Quốc online' },
|
{ name: 'twitter:title', content: 'CineK - Xem phim Hàn Quốc online' },
|
||||||
{ name: 'twitter:description', content: 'Kho phim Hàn Quốc online được cập nhật thường xuyên, hỗ trợ Vietsub, thuyết minh và lồng tiếng.' },
|
{ name: 'twitter:description', content: 'Kho phim Hàn Quốc online được cập nhật thường xuyên, hỗ trợ Vietsub, thuyết minh và lồng tiếng.' },
|
||||||
{ name: 'theme-color', content: '#020617' },
|
{ name: 'theme-color', content: '#020617' },
|
||||||
],
|
],
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'icon', type: 'image/png', href: '/icon.png' },
|
{ rel: 'icon', type: 'image/webp', href: '/icon.webp' },
|
||||||
{ rel: 'apple-touch-icon', href: '/icon.png' },
|
{ rel: 'apple-touch-icon', href: '/icon.webp' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 9.8 KiB |