diff --git a/src/pages/blogs/[blog_id].astro b/src/pages/blogs/[blog_id].astro index d05a727..56d90e6 100644 --- a/src/pages/blogs/[blog_id].astro +++ b/src/pages/blogs/[blog_id].astro @@ -1,6 +1,6 @@ --- import { getBlog } from '../../lib/apis/legacy/blog' -import BaseLayout from '../../layout/BaseLayout.astro' +import FullLayoutV1 from '../../layout/FullLayoutV1.astro' import { MarkdocTreeRender } from '../../components/MarkdocRenderer.tsx' import { toMarkdocTree } from '../../lib/markdoc' @@ -21,7 +21,24 @@ if (blogData === null) { const tree = await toMarkdocTree(blogData.content) --- - - + + + 仍在开发中,界面会崩坏 + - + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index a19cb08..8319e9d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -69,7 +69,7 @@ try { - + 留言 @@ -87,6 +87,19 @@ try { + + + + 联络 + 联络 + + + + + + 当前页面还在开发中...... + + @@ -140,6 +153,10 @@ try { overflow: hidden; isolation: isolate; + &:nth-child(2n) { + background-color: var(--color-bg-1); + } + & > .notation { position: absolute; width: 100dvw;