chore: 初始化项目骨架

This commit is contained in:
SkyJourney
2026-07-25 16:51:16 +08:00
commit ec48bce0a6
26 changed files with 3806 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
@media print {
html,
body {
margin: 0;
background: #fff;
}
#write {
width: auto;
max-width: none;
}
#write h1,
#write h2,
#write h3,
#write h4 {
break-after: avoid-page;
}
#write pre,
#write blockquote,
#write table,
#write figure,
#write img,
#write svg {
break-inside: avoid-page;
}
#write a {
color: inherit;
}
}