Skip to content

Commit 754de90

Browse files
authored
fix: fix tiny-vue home (#71)
1 parent 1169484 commit 754de90

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

  • packages/home/src/views/tiny-vue-home

packages/home/src/views/tiny-vue-home/index.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,11 @@ const crossPlatformFeatures = reactive([
130130
title: "一套代码同时支持PC和移动端",
131131
description:
132132
"我们支持PC和移动端,同一个组件在不同终端表现不同在多端场景下组件的使用方式完全相同。",
133-
icon: "/@fs/D:/opentiny.design/packages/common/src/assets/appIcon/tiny-vue.svg",
134133
},
135134
{
136135
title: "一套代码同时支持Vue 2 / Vue 3",
137136
description:
138137
"针对Vue2 和 Vue3 实现了相应的版本适配器,抹平Vue2 和 Vue3 的差异,实现了一套代码同时支持Vue2 和 Vue3。",
139-
icon: "/@fs/D:/opentiny.design/packages/common/src/assets/appIcon/tiny-vue.svg",
140138
},
141139
]);
142140
@@ -297,9 +295,9 @@ watch(isMobile, () => {
297295
<div class="hero section" :style="{ backgroundImage: `url(${heroBgWhite})` }">
298296
<div class="hero-content">
299297
<h1 class="title pad-b40">TinyVue 智能组件库</h1>
300-
<p class="subtitle pad-b40">轻量 高性能 智能化</p>
298+
<p class="subtitle pad-b40">跨端、跨框架、智能化</p>
301299
<p class="description pad-b40">
302-
一款支持主流前端框架、AI对话框、MCP Host 和智能体搭建平台
300+
一款跨端、跨框架的企业级 UI 组件库,支持 Vue 2 和 Vue 3,支持 PC 端和移动端
303301
</p>
304302
<div class="cta-group">
305303
<a href="https://opentiny.design/tiny-vue" target="_blank" class="btn primary"
@@ -333,7 +331,6 @@ watch(isMobile, () => {
333331
class="feature-text"
334332
>
335333
<div class="title-logo">
336-
<img data-v-d881ea2c="" class="app-logo" :src="item.icon" />
337334
<h2 class="title feature-sub-title">{{ item.title }}</h2>
338335
</div>
339336
<p class="description">
@@ -699,7 +696,7 @@ watch(isMobile, () => {
699696
</section>
700697
701698
<!-- MCP Section -->
702-
<section class="mcp-section section">
699+
<section class="mcp-section section" v-if="false">
703700
<div class="feature-header pad-t40 fade-in-up">
704701
<h2 class="title feature-title">智能化生成式 UI</h2>
705702
<p class="description">

0 commit comments

Comments
 (0)