feat: 优化首页模板,移除不必要的条件渲染,调整样式以适应全屏
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m8s
/ lint-build-and-check (push) Successful in 5m25s
/ surge (push) Successful in 3m24s
/ playwright (push) Successful in 4m33s

This commit is contained in:
严浩
2025-03-31 14:47:13 +08:00
parent 334b2485f5
commit aea90d1f0d

View File

@ -7,11 +7,7 @@ import {
</script>
<template>
<div bg-red v-if="false">
<div class="bg-blue h-full">A</div>
</div>
<div class="h-screen w-screen p-4" v-else>
<div class="p-4" style="height: 100dvh; width: 100dvw">
<PatternBackground
:animate="true"
:direction="PATTERN_BACKGROUND_DIRECTION.TopRight"