[Feat] Bump version to 0.1.0-beta && 1st rel

This commit is contained in:
Minoricew
2025-04-18 19:20:46 +08:00
parent d976184e42
commit 7edf6ec364
40 changed files with 2234 additions and 20 deletions

View File

@@ -3,6 +3,16 @@
height: 40px;
-webkit-app-region: no-drag;
position: relative;
transition: opacity 0.25s;
}
.aura-header-icon:hover {
opacity: 0.75;
}
.aura-header-icon:active {
opacity: 0.375;
}
.aura-header-icon img {