优化已知问题

This commit is contained in:
2025-03-15 16:37:11 +08:00
parent abb9a4dbe7
commit 287ceacaf3
19 changed files with 279 additions and 123 deletions

View File

@@ -7,13 +7,19 @@
<LandingHero/>
<!-- 站点列表 -->
<SiteList />
<SiteList/>
<!-- 插件列表 -->
<!-- <MarketList />-->
<!-- <MarketList />-->
<!-- 客户案例 -->
<CaseList/>
<!-- 合作伙伴 -->
<Partners />
<Partners/>
<!-- 下单定制 -->
<Customized />
</template>
<script setup lang="ts">
@@ -32,6 +38,7 @@ import Carousel from "~/components/Index/Carousel.vue";
import LandingHero from "~/components/Index/LandingHero.vue";
import SiteList from "~/components/Index/SiteList.vue";
import MarketList from "~/components/Index/MarketList.vue";
import CaseList from "~/components/Index/CaseList.vue"
import Partners from "~/components/Index/Partners.vue";
import Customized from "~/components/Index/Customized.vue";