Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -394,23 +394,23 @@
|
||||
<span class="select_item_des">{{ $t('Header.Tutorial') }}</span>
|
||||
</div>
|
||||
<div class="select_item logo">
|
||||
<a href="https://www.tiktok.com" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/tikTokIcon.png" alt="">
|
||||
<a href="https://www.tiktok.com/@aida_codecreate" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/tikTokIcon.svg" alt="">
|
||||
</a>
|
||||
<a href="https://www.instagram.com" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/instagramIcon.png" alt="">
|
||||
<a href="https://www.facebook.com/CodeCreateAI" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/faceBookIcon.svg" alt="">
|
||||
</a>
|
||||
<a href="https://www.youtube.com" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/youTubeIcon.png" alt="">
|
||||
<a href="https://www.youtube.com/@AiDA-3.1" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/socialIcons.svg" alt="">
|
||||
</a>
|
||||
<a href="https://www.xiaohongshu.com" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/xiaoHongShuIcon.png" alt="">
|
||||
<a href="https://www.linkedin.com/company/code-create-limited" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/linkedinIcon.svg" alt="">
|
||||
</a>
|
||||
<a href="https://www.zhihu.com" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/zhiHuIcon.png" alt="">
|
||||
<a href="https://xhslink.com/m/5Ony2FapizV" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/xiaoHongShuIcon.svg" alt="">
|
||||
</a>
|
||||
<a href="https://www.bilibili.com/" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/biliBliIcon.png" alt="">
|
||||
<a href="https://space.bilibili.com/3546717609789876?spm_id_from=333.788.upinfo.head.click" target="_blank" >
|
||||
<img src="@/assets/images/socialMediaLogo/biliBliIcon.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -432,6 +432,7 @@
|
||||
ref="home"
|
||||
@setNewProject="() => (leftShow = true)"
|
||||
@setTask="setTask"
|
||||
:key="userDetail.language"
|
||||
></home>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2038,16 +2039,15 @@ export default defineComponent({
|
||||
}
|
||||
.logo{
|
||||
padding: 1rem 0.5rem;
|
||||
gap: 1rem;
|
||||
gap: 1.8rem;
|
||||
cursor: auto;
|
||||
justify-content: center;
|
||||
> a{
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: .5rem;
|
||||
width: auto;
|
||||
height: 2.4rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
> img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@ export default defineComponent({
|
||||
if (record.text == 1) {
|
||||
str = useI18n().t('newScaleImage.Original')
|
||||
} else {
|
||||
str = `@${record.record.userLikeGroupVO.originalAccountName}/${record.record.userLikeGroupVO.originalPortfolioName}`
|
||||
str = `@${record.record.originalAccountName}/${record.record.originalPortfolioName}`
|
||||
}
|
||||
// let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss')
|
||||
return str
|
||||
|
||||
Reference in New Issue
Block a user