mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
2
This commit is contained in:
parent
08b2f899cb
commit
259aacc4cc
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<li class="nav-item selected" onclick="navigate.home.game()">
|
<li class="nav-item selected" onclick="navigate.home.game()">
|
||||||
<img src="/resources/images/icons/nav/game.webp" class="nav-icon" />
|
<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>
|
</li>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
const cacheVersion = '1.6';
|
const cacheVersion = '1.6';
|
||||||
const cacheName = `minexlauncher-v${cacheVersion}`;
|
const cacheName = `minexlauncher-v${cacheVersion}`;
|
||||||
const offlineUrl = '/offline.html';
|
const offlineUrl = '/lite/index.html';
|
||||||
const cacheAssets: string[] = [
|
const cacheAssets: string[] = [
|
||||||
offlineUrl,
|
offlineUrl,
|
||||||
'/resources/images/icons/favicon.webp',
|
'/resources/images/icons/favicon.webp',
|
||||||
@ -33,7 +33,7 @@ const cacheAssets: string[] = [
|
|||||||
'/lite/game/Eaglercraft_1.5.html',
|
'/lite/game/Eaglercraft_1.5.html',
|
||||||
'/lite/game/Eaglercraft_a1.2.6.html',
|
'/lite/game/Eaglercraft_a1.2.6.html',
|
||||||
'/lite/game/Eaglercraft_b1.3.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/Eaglercraft_Indev.html',
|
||||||
'/lite/game/EaglercraftL_1.9.html',
|
'/lite/game/EaglercraftL_1.9.html',
|
||||||
'/lite/game/EaglercraftX_1.8.html'
|
'/lite/game/EaglercraftX_1.8.html'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user