1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:34:48 +00:00
This commit is contained in:
SpeedSlicer 2024-09-04 00:38:09 -04:00
parent dfcb8e9bb1
commit 91a57c81b8
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<li class="nav-item selected" onclick="navigate.home.game()">
<img src="/resources/images/icons/nav/game.webp" class="nav-icon" />
<span class="nav-text">Game</span>
<span class="nav-text">Offline Game</span>
</li>
</nav>
@ -78,7 +78,7 @@
<img src="/resources/images/icons/clients/all.webp" />
<span>Indev</span>
</div>
</div>
</div>
<button class="play-button" onclick="game.play()">Play</button>

View File

@ -1,7 +1,7 @@
// @ts-nocheck
const cacheVersion = '1.6';
const cacheName = `minexlauncher-v${cacheVersion}`;
const offlineUrl = '/offline.html';
const offlineUrl = '/lite/index.html';
const cacheAssets: string[] = [
offlineUrl,
'/resources/images/icons/favicon.webp',
@ -33,7 +33,7 @@ const cacheAssets: string[] = [
'/lite/game/Eaglercraft_1.5.html',
'/lite/game/Eaglercraft_a1.2.6.html',
'/lite/game/Eaglercraft_b1.3.html',
'/lite/game/Eaglercraft_b1.7.3',
'/lite/game/Eaglercraft_b1.7.3.html',
'/lite/game/Eaglercraft_Indev.html',
'/lite/game/EaglercraftL_1.9.html',
'/lite/game/EaglercraftX_1.8.html'