mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 15:31:07 +11:00
update image on home page
This commit is contained in:
parent
3fa249811a
commit
49ce8a3a54
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ hero:
|
||||||
title: Dec 2025 Updates ❄️
|
title: Dec 2025 Updates ❄️
|
||||||
link: /posts/dec-2025
|
link: /posts/dec-2025
|
||||||
image:
|
image:
|
||||||
src: /test.png
|
src: /xmasfmhy.png
|
||||||
alt: FMHY Icon
|
alt: FMHY Icon
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
|
@ -175,7 +175,7 @@ onMounted(() => {
|
||||||
const resetKawaii = () => {
|
const resetKawaii = () => {
|
||||||
const images = document.querySelectorAll('.VPImage.image-src')
|
const images = document.querySelectorAll('.VPImage.image-src')
|
||||||
images.forEach((img) => {
|
images.forEach((img) => {
|
||||||
img.src = '/test.png'
|
img.src = '/xmasfmhy.png'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (kawaii === 'true') {
|
if (kawaii === 'true') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue