Skip to content

Commit 57d7295

Browse files
committed
feat: 更新空状态提示文本和链接,指向新站点
1 parent 472adbd commit 57d7295

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

components/BaseEmpty.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<v-card
44
class="empty-card"
55
title="暂无相关数据"
6-
text="你可以试试更简短的关键词或者使用相似的词语..."
6+
text="新站上线:面向自媒体/内容创作者的最流行的工具及资源导航站~"
77
min-width="200"
88
variant="outlined"
9+
href="https://turbo0.com"
10+
target="_blank"
911
></v-card>
1012
<svg
1113
width="1080"

components/PleaseInput.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,13 @@
9999
<v-card
100100
class="empty-card"
101101
title="请先输入搜索"
102-
text="欢迎体验新一代阿里云盘搜索引擎,感受找寻资源的快乐..."
102+
text="新站上线:面向自媒体/内容创作者的最流行的工具及资源导航站~"
103103
min-width="200"
104104
variant="outlined"
105-
></v-card>
105+
href="https://turbo0.com"
106+
target="_blank"
107+
>
108+
</v-card>
106109
</div>
107110
</template>
108111

0 commit comments

Comments
 (0)