mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 19:06:17 +00:00
Compare commits
3 Commits
177c0a5a68
...
8e72e0a355
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e72e0a355 | ||
|
|
2cf2ebb03f | ||
|
|
0ba2c0e2f5 |
@@ -557,7 +557,6 @@
|
||||
* [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: /xmasfmhy.png
|
||||
src: test.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 = '/xmasfmhy.png'
|
||||
img.src = '/test.png'
|
||||
})
|
||||
}
|
||||
if (kawaii === 'true') {
|
||||
|
||||
Reference in New Issue
Block a user