feat: 修改内容推荐标题为创新速递
- 在 HomeRecommend组件中,将推荐内容的标题从"内容推荐"修改为"创新速递" - 此修改旨在更好地反映推荐内容的性质,提升用户体验
This commit is contained in:
@@ -88,7 +88,7 @@ const props = ref<TablePropsType[]>([
|
||||
<div style="width: 90vw">
|
||||
<common-layout title="123">
|
||||
<template #title>
|
||||
<h3 class="recommend-layout-title">内容推荐</h3>
|
||||
<h3 class="recommend-layout-title">创新速递</h3>
|
||||
</template>
|
||||
|
||||
<span class="recommend-title">{{ data?.title }}</span>
|
||||
|
||||
Reference in New Issue
Block a user