🚀 Launch 1.2.1+28

This commit is contained in:
LittleSheep 2024-09-08 12:47:27 +08:00
parent d8b2c7f81e
commit c991590b27
2 changed files with 1 additions and 39 deletions

View File

@ -2,7 +2,7 @@ name: solian
description: "The Solar Network App"
publish_to: "none"
version: 1.2.1+27
version: 1.2.1+28
environment:
sdk: ">=3.3.4 <4.0.0"

View File

@ -31,40 +31,6 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png">
<!-- Loading styles -->
<style>
.loader-container {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.loader {
border: 10px solid #f3f3f3;
border-top: 10px solid #8f94ca;
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 0.35s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
<title>Solian</title>
<link rel="manifest" href="manifest.json">
@ -150,10 +116,6 @@
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
</picture>
<div class="loader-container">
<div class="loader"></div>
</div>
<script src="flutter_bootstrap.js" async=""></script>