feat: init project vLightNova 1.0.1 with 2026 updates

This commit is contained in:
2025-12-31 21:40:59 +08:00
commit 26c5853ff2
304 changed files with 29670 additions and 0 deletions

23
public/upload/style.css Normal file
View File

@@ -0,0 +1,23 @@
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(roboto/Roboto-Regular.ttf) format("truetype");
}
body * {
margin: 0;
font-family: "Roboto", sans-serif;
white-space: pre-line;
word-break: break-word;
}
body {
margin: 0;
padding: 2rem;
}
body > :not(:last-child) {
margin-bottom: 2rem;
}