From 7860c3582097bbcecaf545094dfad9a84b7436c1 Mon Sep 17 00:00:00 2001 From: Powie Date: Mon, 5 May 2025 13:50:47 +0800 Subject: [PATCH] use .webp preconnect to google fonts also --- src/app.html | 3 ++- src/lib/components/info.svelte | 4 ++-- src/lib/components/navbar.svelte | 6 +++--- src/lib/components/team.svelte | 12 ++++++------ src/routes/[404]/+page.svelte | 2 +- static/empty-profile.webp | Bin 0 -> 998 bytes static/icon.webp | Bin 0 -> 25664 bytes static/minegame.webp | Bin 0 -> 47356 bytes static/seasnail.webp | Bin 0 -> 3158 bytes 9 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 static/empty-profile.webp create mode 100644 static/icon.webp create mode 100644 static/minegame.webp create mode 100644 static/seasnail.webp diff --git a/src/app.html b/src/app.html index 53f2bdc..96acfb6 100644 --- a/src/app.html +++ b/src/app.html @@ -14,9 +14,10 @@ + Meteor Client - + %sveltekit.head% diff --git a/src/lib/components/info.svelte b/src/lib/components/info.svelte index 33c9ffc..131ae45 100644 --- a/src/lib/components/info.svelte +++ b/src/lib/components/info.svelte @@ -28,9 +28,9 @@

Online Players: {prettyNumber(stats.onlinePlayers)}

- download Meteor Client [{getLatestVersion()} - #{stats.builds[getLatestVersion()]}] + download Meteor Client [{getLatestVersion()} - #{stats.builds[getLatestVersion()]}]

If you're looking for older versions of Meteor, check out the archive.

- download *Baritone [{stats.baritoneMcVersion}] + download *Baritone [{stats.baritoneMcVersion}]

* Baritone is our fork which was previously included in Meteor itself. If you want the most up to date version, or want help with Baritone go to the official sources.

diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index 34129a5..efaca54 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -32,7 +32,7 @@