diff --git a/docs/file-tools.md b/docs/file-tools.md index 6ea9fa76a..1cfdbe3d5 100644 --- a/docs/file-tools.md +++ b/docs/file-tools.md @@ -40,7 +40,7 @@ * ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - Download Manager / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#jdownloader) * ⭐ **JDownloader Tools** - [Debloat Guide](https://claraiscute.neocities.org/Guides/jdownloader2/), [2](https://claraiscute.pages.dev/Guides/jdownloader2/) / [Apps](https://my.jdownloader.org/apps/) / [Dark Theme](https://github.com/moktavizen/material-darker-jdownloader), [2](https://redd.it/q3xrgj) / [Dracula Theme](https://draculatheme.com/jdownloader2) * ⭐ **[AB Download Manager](https://abdownloadmanager.com/)** - Download Manager / [Telegram](https://t.me/abdownloadmanager_discussion) / [GitHub](https://github.com/amir1376/ab-download-manager) -* ⭐ **[IDM](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites)** (search), [2](https://rentry.co/FMHYB64#idm) - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek) +* ⭐ **[IDM](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites)** (search) / [2](https://rentry.co/FMHYB64#idm) - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek) * [Go Speed](https://gopeed.com/) - Download Manager / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories) / [GitHub](https://github.com/GopeedLab/gopeed) * [⁠Brisk](https://github.com/BrisklyDev/brisk) - Download Manager / [Extension](https://github.com/BrisklyDev/brisk-browser-extension) / [Discord](https://discord.gg/hGBDWNDHG3) * [FDM](https://www.freedownloadmanager.org/) - Download Manager / [YTDL Addon](https://github.com/meowcateatrat/elephant) diff --git a/docs/index.md b/docs/index.md index 22532f017..29712afd9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ hero: title: Nov 2025 Updates 🍂 link: /posts/Nov-2025 image: - src: /hall.png + src: /test.png alt: FMHY Icon actions: - theme: brand @@ -169,13 +169,13 @@ onMounted(() => { const setKawaii = () => { const images = document.querySelectorAll('.VPImage.image-src') images.forEach((img) => { - img.src = '/uwu-hall.png' + img.src = '/logo-uwu.svg' }) } const resetKawaii = () => { const images = document.querySelectorAll('.VPImage.image-src') images.forEach((img) => { - img.src = '/hall.png' + img.src = '/test.png' }) } if (kawaii === 'true') { @@ -217,4 +217,4 @@ onMounted(() => { heroImage.addEventListener('click', handleClick); } }) - + \ No newline at end of file diff --git a/docs/video.md b/docs/video.md index a85e89c15..f1d41625f 100644 --- a/docs/video.md +++ b/docs/video.md @@ -436,6 +436,7 @@ * [TotalSportek.to](https://totalsportek.es/), [2](https://buffstreams.app/) - Stream Aggregator * [CricHD.to](https://crichd.at/), [2](https://crichd.com.co/) * [⁠GoalieTrend](https://www.goalietrend.com/daily-event) / [Discord](https://discord.gg/VKbvRcjDwa) +* [Viprow](https://viprow.cv/) or [NFLBite](https://nflbite.digital/), [2](https://nhlbite.cc/) * [⁠FCTV33](https://www.fctv33.click/), [2](https://may01gu.risenow3mtjt0k.sbs/), [3](https://emmau680.driveraudiencej2zeu49.sbs/) / [Telegram](https://t.me/madplay77_b) * [MrGamingStreams](http://mrgamingstreams.org/), [2](https://www.mrgbackup.link/) / [Discord](https://discord.gg/BCtqVn5JKR) * [SportOnTV](https://sportontv.biz/), [2](https://sportontv.biz/matches/) / [Discord](https://discord.gg/YhQPSSMps2) @@ -446,7 +447,6 @@ * [720pStream](https://720pstream.nu/) * [BuffStream](https://app.buffstream.io/) * [⁠Bundesliga](https://bundesliga.league.do/) -* [NFLBite](https://nflbite.digital/), [2](https://nhlbite.cc/) * [StarLive](https://starlive.click/) - Live MMA Events * [TFLIX](https://tv.tflix.app/) - Sports Channels * [NBAMonster](https://nbamonster.com/) - Basketball / Aggregator diff --git a/unocss.config.ts b/unocss.config.ts index a33dcbc69..001b1f731 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -25,27 +25,6 @@ import { transformerDirectives } from 'unocss' -// Add Halloween colors to extend the existing colors -const halloweenColors = { - 50: '#fff7ed', - 100: '#ffedd5', - 200: '#fed7aa', - 300: '#fdba74', - 400: '#fb923c', - 500: '#FF6A00', - 600: '#ea580c', - 700: '#c2410c', - 800: '#9a3412', - 900: '#7c2d12', - 950: '#431407' -} - -// Extend colors with Halloween theme -const extendedColors = { - ...colors, - halloween: halloweenColors -} - const colorScales = [ '50', '100', @@ -60,7 +39,7 @@ const colorScales = [ '950' ] as const -const colorPattern = Object.keys(extendedColors).join('|') +const colorPattern = Object.keys(colors).join('|') const createColorRules = (type: 'text' | 'bg' | 'border'): Rule[] => { const property = type === 'text' @@ -73,7 +52,7 @@ const createColorRules = (type: 'text' | 'bg' | 'border'): Rule[] => { (scale) => [ new RegExp(`^${type}-(${colorPattern})-${scale}$`), - ([, color]) => ({ [property]: extendedColors[color][scale] }) + ([, color]) => ({ [property]: colors[color][scale] }) ] as const ) } @@ -84,7 +63,7 @@ export default defineConfig({ }, theme: { colors: { - ...extendedColors, + ...colors, primary: 'var(--vp-c-brand-1)', bg: 'var(--vp-c-bg)', 'bg-alt': 'var(--vp-c-bg-alt)', @@ -158,4 +137,4 @@ export default defineConfig({ }) ], transformers: [transformerDirectives()] -}) +}) \ No newline at end of file