Update manager and add features for App Installer.

This commit is contained in:
Bruce
2026-01-31 22:03:03 +08:00
parent 0c87a2cdcd
commit d91948eaff
37 changed files with 3645 additions and 923 deletions
+29
View File
@@ -0,0 +1,29 @@
.statusbar {
overflow-x: hidden;
overflow-y: hidden;
}
.statusbar.x {
width: 0;
}
.statusbar.y {
height: 0;
}
.statusbar.both {
width: 0;
height: 0;
}
.statusbar.fast {
transition: all 0.3s cubic-bezier(0.1, 0.9, 0.2, 1);
}
.statusbar.medium {
transition: all 0.5s cubic-bezier(0.1, 0.9, 0.2, 1);
}
.statusbar.slow {
transition: all 0.7s cubic-bezier(0.1, 0.9, 0.2, 1);
}