重构;DynamicLayout组件重写,移除blog.config.js中的MAPPING配置

This commit is contained in:
tangly1024
2024-11-23 18:24:47 +08:00
parent be1ada5106
commit 394c8e0e0b
21 changed files with 55 additions and 73 deletions

View File

@@ -19,6 +19,7 @@ html {
position: sticky;
z-index: 10;
top: -1px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
border-bottom-color: transparent;
@@ -74,6 +75,7 @@ nav {
@supports not (backdrop-filter: none) {
.sticky-nav {
-webkit-backdrop-filter: none;
backdrop-filter: none;
@apply bg-day dark:bg-gray-800;
}