完善筛选功能 新增一言 完成关于页面 🐛 解决归档页的ssg问题

This commit is contained in:
li-chx
2025-10-06 03:44:54 +08:00
parent 1cefa4c661
commit 6c963257cf
9 changed files with 207 additions and 39 deletions
+2 -1
View File
@@ -69,7 +69,7 @@ onMounted(() => {
</script>
<template>
<div class="w-full min-h-[100vh] h-full">
<div class="bg-old-neutral-50 dark:bg-[#0b0d0d] w-full min-h-[100vh] h-full transition-colors duration-500">
<UApp>
<div
:class=" (collapsed ? 'h-[20vh]': 'h-[40vh]')"
@@ -147,6 +147,7 @@ onMounted(() => {
</div>
</div>
<!-- content -->
<div class="flex justify-center items-center duration-500 bg-white dark:bg-[#16191b] h-full">
<div
:class="collapsed ? 'min-h-[80vh]' : 'min-h-[60vh]'"