[feat] dynamic page with latest stable release notes

This commit is contained in:
Purp1e
2025-03-27 21:13:59 +08:00
parent e29b48b98c
commit 4086fa88c2
4 changed files with 94 additions and 4 deletions

View File

@@ -21,3 +21,8 @@ a {
* {
box-sizing: border-box;
}
/* 隐藏滚动条 */
.hide-scrollbar::-webkit-scrollbar {
display: none;
}