Refactor code structure for improved readability and maintainability

This commit is contained in:
catlog22
2026-02-28 22:32:07 +08:00
parent 19fb4d86c7
commit 67b2129f3c
60 changed files with 3002 additions and 643 deletions

View File

@@ -183,7 +183,7 @@
.VPDoc .content-container {
padding: 0 24px;
max-width: var(--vp-content-width);
max-width: 90% !important;
}
.VPHomeHero {
@@ -225,7 +225,7 @@
}
.VPDoc .content-container {
max-width: var(--vp-content-width);
max-width: 90% !important;
padding: 0 40px;
}
@@ -272,6 +272,7 @@
}
.VPDoc .content-container {
max-width: 90% !important;
padding: 0 48px;
}