Skip to content

Commit c47fda9

Browse files
authored
feat: hide the immediate experience entry (#117)
1 parent fc42b1b commit c47fda9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/home/src/views/tiny-robot-home/FirstScreen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img class="first-screen-content-sender-icon" :src="state.senderImg" alt="" />
1111
</div>
1212
<div class="first-screen-content-footer">
13-
<tiny-button type="primary" round @click="gotoChat">立即体验</tiny-button>
13+
<!-- <tiny-button type="primary" round @click="gotoChat">立即体验</tiny-button> -->
1414
<tiny-button round ghost @click="gotoDocs">组件文档</tiny-button>
1515
</div>
1616
</div>

packages/home/src/views/tiny-robot-home/ServiceScene.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
{{ item }}
2929
</div>
3030
</div>
31-
<div class="scene-section-button">
31+
<!-- <div class="scene-section-button">
3232
<tiny-button round @click="gotoChat">立即体验</tiny-button>
33-
</div>
33+
</div> -->
3434
</div>
3535
<div class="scene-section-img">
3636
<img :src="activeScene.imgUrl" :alt="activeScene.title" />

0 commit comments

Comments
 (0)