mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 15:01:06 +11:00
Compare commits
No commits in common. "8e72e0a355be4ab56e2b494ce1b6b667f10b9a96" and "177c0a5a683401326666fffcea9c09aa96db4718" have entirely different histories.
8e72e0a355
...
177c0a5a68
2 changed files with 3 additions and 2 deletions
|
|
@ -557,6 +557,7 @@
|
|||
* [UppBeat](https://uppbeat.io/) - Music for Creators / Freemium
|
||||
* [BenSound](https://www.bensound.com/) - Popular Library / Freemium
|
||||
* [Unminus](https://www.unminus.com/) - Professional Tracks
|
||||
* [FreePD](https://freepd.com/) - Public Domain Music / CC0 License
|
||||
* [Free Music Archive](https://freemusicarchive.org/) - Curated Library
|
||||
* [free-stock-music](https://www.free-stock-music.com/) - Stock Music Library / CC0 License
|
||||
* [Pixabay Music](https://pixabay.com/music/) - Stock Music Library
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ hero:
|
|||
title: Jan 2026 Updates 🎇
|
||||
link: /posts/jan-2026
|
||||
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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue