mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add README.md
This commit is contained in:
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
@@ -68,7 +68,7 @@
|
||||
<img src="assets/logo.png" alt="Silk Fly Launcher Logo" class="big-logo-img" />
|
||||
<div>
|
||||
<h3>Silk Fly Launcher</h3>
|
||||
<p class="transparent-text">v1.0.0</p>
|
||||
<p class="transparent-text" id="version-text"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="horizontal-div">
|
||||
|
||||
@@ -77,6 +77,8 @@ async function navigate(page) {
|
||||
case "home":
|
||||
title.innerText = "Silk Fly Launcher";
|
||||
const HomeTemplateCopy = HomeTemplate.content.cloneNode(true);
|
||||
versionText = HomeTemplateCopy.getElementById("version-text");
|
||||
versionText.innerText = await versions.silkFlyLauncher();
|
||||
view.appendChild(HomeTemplateCopy);
|
||||
break;
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
|
||||
<template id="tutorial-template">
|
||||
<h1 class="title">Tutorial to download mod from nexus</h1>
|
||||
<p>After clicking on "Download," a Nexus Mods window will pop up. Please log in, then click on "Download with Mod Manager."The Nexus window should close, and the mod will start downloading.</p>
|
||||
</template>
|
||||
|
||||
<script src="renderer.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user