fix: 增加教程导航

This commit is contained in:
Gsh
2025-10-16 22:50:10 +08:00
parent 4ddea6d468
commit 9abcd72aca
4 changed files with 76 additions and 1 deletions

View File

@@ -360,7 +360,20 @@ function openContact() {
联系我们
</el-button>
</div>
<div>
<a
href="https://ccnetcore.com/login"
target="_blank"
class="mt5 flex items-center gap-2 group"
style="color: #101d2c;"
title="点击跳转YiXinAI玩法指南专栏"
>
<span class="pc-text">前往 意社区 👉</span>
</a>
</div>
</div>
<div v-if="loginFormType === 'RegistrationForm'" class="form-container">
<span class="content-title"> 登录后免费使用完整功能 </span>

View File

@@ -231,7 +231,7 @@ function getWrapperClass(item: GetSessionListVO) {
display: flex;
flex-direction: column;
gap: 4px;
height: 200px;
height: 300px;
overflow: hidden auto;
:deep(.popover-trigger-item-text) {