feat: support update checker

This commit is contained in:
GyDi
2022-01-10 02:05:35 +08:00
parent 2459699d27
commit dda492ff87
4 changed files with 101 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
overflow: hidden;
.the-logo {
position: relative;
flex: 0 1 180px;
width: 100%;
max-width: 180px;
@@ -25,6 +26,13 @@
padding: 0 8px;
text-align: center;
box-sizing: border-box;
.the-newbtn {
position: absolute;
right: 20px;
bottom: 12px;
transform: scale(0.8);
}
}
.the-menu {