4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

Added icon on menubar + updated style of login content

This commit is contained in:
Quentin Legot 2021-09-03 17:39:13 +02:00
parent bf973215ac
commit d8ada09563
6 changed files with 15 additions and 72 deletions

View File

@ -1,70 +0,0 @@
{
"chapters": [
{
"title": "Chapitre 1",
"description": "Egypte",
"minecraftVersion": "1.16.5",
"type": "release",
"customVersion": "fabric-loader-0.11.3-1.16.5",
"modspack": {
"mods": [
"https://www.dropbox.com/s/ww6a052nzzgojdm/modpack.zip?dl=1",
"https://www.dropbox.com/s/rn72wq0qxd5xk8a/building-blocks-1.0.0.zip?dl=1",
"https://www.dropbox.com/s/ty7ry9dr8m81upv/worldedit-mod-7.2.5-dist.zip?dl=1"
],
"sha1sum": [
"97de8fab9a1a3448fcded5dd33b0d3b879e1caa2",
"a9ff83d9e8c814d6393a8b4c9e610dda5b952195",
"d00de0e4b4d2e9a2130119282a5ce3391d6e0537"
]
},
"java": {
"platform": {
"win32": {
"x64": {
"name": "jdk8u292-b10-jre",
"link": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jre_x64_windows_hotspot_8u292b10.zip",
"sha256sum": "df79660dbc00687928d870d5f9ac91d5dfdd69be2131d5b4b2457b77fc486f54"
},
"ia32": {
"name": "jdk8u292-b10-jre",
"link": "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jre_x86-32_windows_hotspot_8u292b10.zip",
"sha256sum": "ee1c52c109bb5b05acb3304f9a9494de01ee7e9a95f33e16627ea916e0f48a2f"
}
}
}
}
},
{
"title": "Dev",
"description": "Dev",
"minecraftVersion": "21w19a",
"type": "snapshot",
"customVersion": "fabric-loader-0.11.3-21w19a",
"modspack": {
"mods": [
"https://www.dropbox.com/s/dcs3euf1l6xs6er/dev.zip?dl=1"
],
"sha1sum": [
"5ba97cf05d43250bd94210ad085f8ff2278c55be"
]
},
"java": {
"platform": {
"win32": {
"x64": {
"name": "jdk-16.0.1+9-jre",
"link": "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jre_x64_windows_hotspot_16.0.1_9.zip",
"sha256sum": "169b7975e01bd6573062d29a5f2a1c7c4b659ada9de69c4a63328f2936d0f3f9"
},
"ia32": {
"name": "jdk-16.0.1+9-jre",
"link" : "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jre_x86-32_windows_hotspot_16.0.1_9.zip",
"sha256sum" : "b58fa948e50d1822c50bf45cc34e58eaf4018e0ae41d0221746313077ac336fe"
}
}
}
}
}
]
}

View File

@ -26,7 +26,8 @@ body{
top:50%; top:50%;
left:50%; left:50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
background-color: white; background: linear-gradient(70deg, #AE6826, 15%, #DFA74D, 85%, #AE6826);
border-radius: 5px;
padding: 8px; padding: 8px;
} }
@ -49,6 +50,7 @@ body{
background-color: white; background-color: white;
border: 1px solid lightgrey; border: 1px solid lightgrey;
transition: background 0.1s linear, border 0.2s; transition: background 0.1s linear, border 0.2s;
border-radius: 3px;
cursor: pointer; cursor: pointer;
} }

View File

@ -1,4 +1,5 @@
*, *::after, *::before { *, *::after, *::before {
user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
/*-webkit-user-drag: none; */ /*-webkit-user-drag: none; */
} }
@ -13,6 +14,7 @@
color:white; color:white;
cursor: move; cursor: move;
-webkit-app-region: drag; -webkit-app-region: drag;
user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
z-index: 100; z-index: 100;
} }
@ -26,6 +28,12 @@
float:left; float:left;
} }
.left > img {
padding-left: 15px;
height: 28px;
width: auto;
}
#menubar .right{ #menubar .right{
float: right; float: right;
-webkit-app-region: no-drag; -webkit-app-region: no-drag;

View File

@ -12,6 +12,7 @@
<body> <body>
<div id="menubar"> <div id="menubar">
<ul class="left"> <ul class="left">
<img src="../../icon.ico">
</ul> </ul>
<ul class="right"> <ul class="right">
<!-- Mettre ce code en ligne pour éviter que chrome ne met un espace automatiquement entre les éléments --> <!-- Mettre ce code en ligne pour éviter que chrome ne met un espace automatiquement entre les éléments -->

View File

@ -12,6 +12,7 @@
<body> <body>
<div id="menubar"> <div id="menubar">
<ul class="left"> <ul class="left">
<img src="../../icon.ico">
</ul> </ul>
<ul class="right"> <ul class="right">
<!-- Mettre ce code en ligne pour éviter que chrome ne met un espace automatiquement entre les éléments --> <!-- Mettre ce code en ligne pour éviter que chrome ne met un espace automatiquement entre les éléments -->

View File

@ -27,8 +27,9 @@ function createWindow () {
contextIsolation: false contextIsolation: false
}, },
frame: false, frame: false,
nativeWindowOpen: true
}) })
// Menu.setApplicationMenu(null) Menu.setApplicationMenu(null)
win.loadFile('src/client/login.html') win.loadFile('src/client/login.html')
win.on("close", () => { win.on("close", () => {
app.quit() app.quit()