new: Added new tab pages and related modules

This commit is contained in:
2024-12-16 17:19:06 +08:00
parent 65e5e9eafc
commit 54f2b2e648
14 changed files with 1615 additions and 10 deletions

View File

@@ -4,6 +4,18 @@ pre {
border: var(--secondary-text-color) 1px dashed;
}
table {
width: 100%;
}
tr, th, td {
height: 30px;
padding: 10px;
border-radius: 4px;
border: 1px var(--secondary-text-color) solid;
color: var(--primary-text-color);
}
.post-menu {
max-width: 1000px;
}