mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 15:01:06 +11:00
Compare commits
3 commits
177c0a5a68
...
8e72e0a355
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e72e0a355 | ||
|
|
2cf2ebb03f | ||
|
|
0ba2c0e2f5 |
2 changed files with 2 additions and 3 deletions
|
|
@ -557,7 +557,6 @@
|
||||||
* [UppBeat](https://uppbeat.io/) - Music for Creators / Freemium
|
* [UppBeat](https://uppbeat.io/) - Music for Creators / Freemium
|
||||||
* [BenSound](https://www.bensound.com/) - Popular Library / Freemium
|
* [BenSound](https://www.bensound.com/) - Popular Library / Freemium
|
||||||
* [Unminus](https://www.unminus.com/) - Professional Tracks
|
* [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 Music Archive](https://freemusicarchive.org/) - Curated Library
|
||||||
* [free-stock-music](https://www.free-stock-music.com/) - Stock Music Library / CC0 License
|
* [free-stock-music](https://www.free-stock-music.com/) - Stock Music Library / CC0 License
|
||||||
* [Pixabay Music](https://pixabay.com/music/) - Stock Music Library
|
* [Pixabay Music](https://pixabay.com/music/) - Stock Music Library
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ hero:
|
||||||
title: Jan 2026 Updates 🎇
|
title: Jan 2026 Updates 🎇
|
||||||
link: /posts/jan-2026
|
link: /posts/jan-2026
|
||||||
image:
|
image:
|
||||||
src: /xmasfmhy.png
|
src: test.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 = '/xmasfmhy.png'
|
img.src = '/test.png'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (kawaii === 'true') {
|
if (kawaii === 'true') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue