Add 7-day local page cache for instant instance nav switching

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-23 23:52:28 +08:00
parent e03863d780
commit 016c93faf2
6 changed files with 332 additions and 24 deletions
+7
View File
@@ -41,3 +41,10 @@ html[data-theme="light"] .stat-item {
background: #fff !important;
border-color: #b8c8d8 !important;
}
#inst-nav-overlay {
position: fixed;
inset: 0;
z-index: 2147483647;
pointer-events: none;
}