mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
2
This commit is contained in:
parent
dfcb8e9bb1
commit
91a57c81b8
@ -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>
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user