Removed X32 Advertisement"

pull/348/head
unknown 2024-04-07 10:03:14 +02:00
rodzic 5fc950b63c
commit 8e4d605c3b
6 zmienionych plików z 3 dodań i 47 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
v1.0.371: (Unreleased): Disable CSC signing as a test, Updated Build environment, Switched to new Notarizing workflow for MacOS, Merged fixes for #323 Macro Sorting issue, #345 Update Grbl Settings for if settings are changed from macro/terminal/etc and #332 Center Probing Offset calculation bug, Added Reset prompt to end of Calibration routine (#344)
v1.0.371: (Unreleased): Disable CSC signing as a test, Updated Build environment, Switched to new Notarizing workflow for MacOS, Merged fixes for #323 Macro Sorting issue, #345 Update Grbl Settings for if settings are changed from macro/terminal/etc and #332 Center Probing Offset calculation bug, Added Reset prompt to end of Calibration routine (#344), Fixed #343 SiLabs USB descriptor, Removed BlackBox X32 advertisement
v1.0.370: Fixed typo in an error message, Updated SSL Certificates
v1.0.369: Fixed bug in firmware flashing tool
v1.0.368: Updated grblHAL firmware images to 20230501, updated grblHAL Settings templates, added 3-Axes with Door firmware, Fixed bug in Firmware flashing tool for Interface > Firmware Version when offline, Updated included Interface firmware version

Wyświetl plik

@ -1,23 +0,0 @@
.waviy {
position: relative;
-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
font-size: 60px;
}
.waviy span {
position: relative;
display: inline-block;
text-transform: uppercase;
animation: waviy 1s infinite;
animation-delay: calc(.1s * var(--i));
}
@keyframes waviy {
0%, 40%, 100% {
transform: translateY(0)
}
20% {
transform: translateY(-20px)
}
}

BIN
app/img/splash.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 52 KiB

Wyświetl plik

@ -11,7 +11,6 @@
<script type="text/javascript" src="lib/jquery/jquery.min.js"></script>
<link rel="stylesheet" href="lib/metro4/css/metro-all.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/splash.css" />
<link rel="stylesheet" href="css/buttons.css" />
<link rel="stylesheet" href="css/probev2.css" />
<link rel="stylesheet" href="/lib/furcanIconPicker/iconpicker-1.5.0.css" />
@ -19,25 +18,12 @@
<body>
<div class="pos-fixed pos-center" id="splash" onclick="socket.emit('adX32');">
<div class="pos-fixed pos-center" id="splash">
<center>
<div id="openbuildslogosplash" style="display: none;">
<!-- <img id="openbuildslogosplashImg" src="/img/openbuilds.png" onload="$('#openbuildslogosplash').fadeIn(800); setTimeout(function() { $('#splash').fadeOut(400); }, 2000)" width="200" /> -->
<h1>OpenBuilds<sup>&reg;</sup>&nbsp;CONTROL</h1>
<img id="openbuildslogosplashImgX32" src="/img/x32splash.png" onload="setTimeout(function() {$('#openbuildslogosplash').fadeIn(800); setTimeout(function() { $('#splash').fadeOut(400); }, 4000)}, 500);" style="cursor:pointer" />
<h3 style="cursor:pointer">Check out the all NEW OpenBuilds<sup>&reg;</sup>&nbsp;BlackBox&nbsp;X32</h3>
<div class="waviy" style="cursor:pointer">
<span style="--i:1">C</span>
<span style="--i:2">L</span>
<span style="--i:3">I</span>
<span style="--i:4">C</span>
<span style="--i:5">K</span>
<span style="--i:6"> </span>
<span style="--i:7">H</span>
<span style="--i:8">E</span>
<span style="--i:9">R</span>
<span style="--i:10">E</span>
</div>
<img id="openbuildslogosplashImgX32" src="/img/splash.png" onload="setTimeout(function() {$('#openbuildslogosplash').fadeIn(100); setTimeout(function() { $('#splash').fadeOut(100); }, 1000)}, 50);" style="cursor:pointer" />
</div>
</center>
</div>

Wyświetl plik

@ -829,13 +829,6 @@ io.on("connection", function(socket) {
shell.openExternal('https://openbuilds.com/threads/openbuilds-control-software.13121/')
});
socket.on("adX32", function(data) {
const {
shell
} = require('electron')
shell.openExternal('https://openbuildspartstore.com/BlackBox-Motion-Control-System-X32')
});
socket.on("gpuinfo", function(data) {
// GPU
var gpuInfoWindow = new BrowserWindow({

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 144 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 144 KiB