update at 2025-10-21 21:47:02

This commit is contained in:
douboer
2025-10-21 21:47:02 +08:00
parent 8d40fbb01f
commit b823d90b55
29 changed files with 2159 additions and 1626 deletions

View File

@@ -192,7 +192,7 @@ export function renderPage(
overflow: hidden;
box-sizing: border-box;
padding: ${PAGE_PADDING}px;
background: white;
background: #faf1f1;
`;
const contentDiv = document.createElement('div');