mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 17:07:46 +00:00
Add new icon in WEBP format to public directory
This commit is contained in:
@@ -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'],
|
||||
}
|
||||
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 = [
|
||||
|
||||
Reference in New Issue
Block a user