mirror of
https://github.com/fmhy/edit.git
synced 2026-01-27 10:21:02 +00:00
Theme Handler (By Land), Christmas & Catppuccin Theme And Feedback Window Revamp (#4386)
* Add files for christmas theme, theme handler, feedback revamp and cattpuccin theme * Add files via upload * update image on home page * add tree logo for faster loading * change link to raw github
This commit is contained in:
@@ -10,7 +10,7 @@ hero:
|
||||
title: Dec 2025 Updates ❄️
|
||||
link: /posts/dec-2025
|
||||
image:
|
||||
src: /test.png
|
||||
src: /xmasfmhy.png
|
||||
alt: FMHY Icon
|
||||
actions:
|
||||
- theme: brand
|
||||
@@ -175,7 +175,7 @@ onMounted(() => {
|
||||
const resetKawaii = () => {
|
||||
const images = document.querySelectorAll('.VPImage.image-src')
|
||||
images.forEach((img) => {
|
||||
img.src = '/test.png'
|
||||
img.src = '/xmasfmhy.png'
|
||||
})
|
||||
}
|
||||
if (kawaii === 'true') {
|
||||
|
||||
Reference in New Issue
Block a user