feat(navigation): add favorite entry and Menu tab

This commit is contained in:
Codex
2026-07-22 19:31:06 +08:00
parent 318e4991be
commit 469512df18
23 changed files with 794 additions and 118 deletions
@@ -26,6 +26,13 @@
filter: blur(8px);
}
.favoriteAction {
position: absolute;
top: calc(var(--app-safe-top, 0px) + 14px);
right: calc(var(--app-safe-right, 0px) + 14px);
z-index: 5;
}
.backgroundGlowOne {
top: 118px;
right: -82px;