This commit is contained in:
WindowBird 2025-09-30 10:25:37 +08:00
parent 6eb0c6b588
commit a765d68a1d
4 changed files with 3 additions and 43 deletions

View File

@ -1,7 +1,6 @@
@import "tailwindcss";
@import "@nuxt/ui";
@source "../../../content/**/*";
@theme static {
--font-sans: 'Public Sans', sans-serif;

View File

@ -33,42 +33,7 @@
<div class="relative">
<div class="relative z-10">
<img alt="车" src="https://api.ccttiot.com/smartmeter/img/static/u1FoIt3IRUOer3uGOOTI">
<!-- &lt;!&ndash; 电动车SVG &ndash;&gt;-->
<!-- <div class="w-full max-w-md mx-auto">-->
<!-- <svg class="w-full h-auto" viewBox="0 0 400 300">-->
<!-- &lt;!&ndash; 车架 &ndash;&gt;-->
<!-- <path-->
<!-- class="fill-yellow-500 stroke-gray-900 stroke-2"-->
<!-- d="M150,200 L250,200 L260,150 L240,100 L160,100 L140,150 Z"/>-->
<!-- &lt;!&ndash; 车轮 &ndash;&gt;-->
<!-- <circle class="fill-gray-800 stroke-gray-900 stroke-2" cx="120" cy="200" r="25"/>-->
<!-- <circle class="fill-gray-600" cx="120" cy="200" r="15"/>-->
<!-- <circle class="fill-gray-800 stroke-gray-900 stroke-2" cx="280" cy="200" r="25"/>-->
<!-- <circle class="fill-gray-600" cx="280" cy="200" r="15"/>-->
<!-- &lt;!&ndash; 车把 &ndash;&gt;-->
<!-- <path-->
<!-- class="stroke-gray-900 stroke-4"-->
<!-- d="M250,150 L280,120 M250,150 L280,180"/>-->
<!-- &lt;!&ndash; 车座 &ndash;&gt;-->
<!-- <path-->
<!-- class="stroke-gray-900 stroke-4 fill-none"-->
<!-- d="M180,100 Q200,80 220,100"/>-->
<!-- &lt;!&ndash; 电池 &ndash;&gt;-->
<!-- <rect-->
<!-- class="fill-green-500 stroke-gray-900 stroke-1" height="30" rx="5" width="60" x="170"-->
<!-- y="120"/>-->
<!-- &lt;!&ndash; 智能设备 &ndash;&gt;-->
<!-- <circle class="fill-blue-500 stroke-gray-900 stroke-1" cx="200" cy="80" r="15"/>-->
<!-- <path class="stroke-white stroke-2" d="M195,75 L205,85 M205,75 L195,85"/>-->
<!-- </svg>-->
<!-- </div>-->
<!-- 浮动元素 -->
<div
class="absolute top-10 left-10 w-20 h-20 bg-yellow-400 dark:bg-yellow-600 rounded-full opacity-20 animate-pulse"/>
<div

View File

@ -6,8 +6,9 @@
<UContainer>
<AppHeader :links="navLinks"/>
<slot/>
<DevelopNews/>
<BottomNavigation/>
<AppFooter/>
</ucontainer>
</div>
</template>

View File

@ -1,7 +1,4 @@
<script lang="ts" setup>
import BottomNavigation from "~/components/BottomNavigation.vue";
import DevelopNews from "~/components/DevelopNews.vue";
</script>
<template>
@ -11,8 +8,6 @@ import DevelopNews from "~/components/DevelopNews.vue";
<IndexItem3/>
<IndexItem4/>
<IndexItem5/>
<DevelopNews/>
<BottomNavigation/>
</view>
</template>