feat: 数据结构说明文档

This commit is contained in:
hzm
2026-02-19 21:37:56 +08:00
parent b645c7d034
commit 5ed13ab42c
4 changed files with 379 additions and 4 deletions

View File

@@ -1435,8 +1435,7 @@ input[type="number"] {
.user-menu-dropdown {
position: fixed;
top: 76px;
right: 16px;
right: 0;
min-width: 200px;
padding: 8px;
z-index: 100;

View File

@@ -445,7 +445,7 @@ export default function HomePage() {
};
checkUpdate();
const interval = setInterval(checkUpdate, 10 * 60 * 1000); // 10 minutes
const interval = setInterval(checkUpdate, 30 * 60 * 1000); // 30 minutes
return () => clearInterval(interval);
}, []);
@@ -2794,7 +2794,7 @@ export default function HomePage() {
animate={{ opacity: 1, y: 0, scale: 1 }}
exit={{ opacity: 0, y: -10, scale: 0.95 }}
transition={{ duration: 0.15 }}
style={{ transformOrigin: 'top right' }}
style={{ transformOrigin: 'top right', top: navbarHeight + (isMobile ? -20 : 10) }}
>
{user ? (
<>