Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/home/src/views/tiny-robot-home/FirstScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img class="first-screen-content-sender-icon" :src="state.senderImg" alt="" />
</div>
<div class="first-screen-content-footer">
<tiny-button type="primary" round @click="gotoChat">立即体验</tiny-button>
<!-- <tiny-button type="primary" round @click="gotoChat">立即体验</tiny-button> -->
<tiny-button round ghost @click="gotoDocs">组件文档</tiny-button>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/home/src/views/tiny-robot-home/ServiceScene.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
{{ item }}
</div>
</div>
<div class="scene-section-button">
<!-- <div class="scene-section-button">
<tiny-button round @click="gotoChat">立即体验</tiny-button>
</div>
</div> -->
</div>
<div class="scene-section-img">
<img :src="activeScene.imgUrl" :alt="activeScene.title" />
Expand Down
Loading