mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
refactor(frontend): 代码格式化与移动端响应式优化
- 修正 Vue 组件 defineProps/defineEmits 声明顺序 - 优化首页移动端布局,调整 Logo 位置与透明度 - 为 Aether 标题添加打字机动画效果 - 修复 HTML 属性中引号的实体转义
This commit is contained in:
@@ -245,7 +245,10 @@
|
||||
<header class="hidden lg:flex h-16 px-8 items-center justify-between shrink-0 border-b border-[#3d3929]/5 dark:border-white/5 sticky top-0 z-40 backdrop-blur-md bg-[#faf9f5]/90 dark:bg-[#191714]/90">
|
||||
<div class="flex flex-col gap-0.5">
|
||||
<div class="flex items-center gap-2 text-sm text-muted-foreground">
|
||||
<template v-for="(crumb, index) in breadcrumbs" :key="index">
|
||||
<template
|
||||
v-for="(crumb, index) in breadcrumbs"
|
||||
:key="index"
|
||||
>
|
||||
<template v-if="index > 0">
|
||||
<ChevronRight class="w-3 h-3 opacity-50" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user