This commit is contained in:
kgdxpr
2025-08-28 13:38:06 +08:00
parent e7ac2c7a69
commit c732d83b00
4 changed files with 28 additions and 3 deletions

BIN
src/view/chat-view/23.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
src/view/chat-view/24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
src/view/chat-view/25.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -42,13 +42,26 @@
<img src="./18.png" width="68" height="68">
<div class="tooltip">教学音乐AI生成助手</div>
</div>
</div>
</div>
<div class="left_conent_row_col">
<div class="image-container" @click="openPage(22)">
<img src="./22.png" width="68" height="68">
<div class="tooltip">AI图片生成</div>
</div>
</div>
</div>
<div class="left_conent_row_col">
<div class="image-container" @click="openPage(23)">
<img src="./23.png" width="68" height="68">
<div class="tooltip">千问生图</div>
</div>
</div>
<div class="left_conent_row_col">
<div class="image-container" @click="openPage(24)">
<img src="./24.png" width="68" height="68">
<div class="tooltip">千问改图</div>
</div>
</div>
</div>
<div class="category-title">
<svg t="1755739745317" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="68972" width="16" height="16"><path d="M381.8496 477.4912H206.3872c-59.4944 0-107.776-48.2304-107.776-107.776V206.2336c0-59.4944 48.2304-107.776 107.776-107.776h175.4624c59.4944 0 107.776 48.2304 107.776 107.776v163.4816c-0.0512 59.5456-48.2816 107.776-107.776 107.776zM381.8496 932.7104H206.3872c-59.4944 0-107.776-48.2304-107.776-107.776v-163.4816c0-59.4944 48.2304-107.776 107.776-107.776h175.4624c59.4944 0 107.776 48.2304 107.776 107.776v163.4816c-0.0512 59.4944-48.2816 107.776-107.776 107.776zM835.0208 932.7104h-175.4624c-59.4944 0-107.776-48.2304-107.776-107.776v-163.4816c0-59.4944 48.2304-107.776 107.776-107.776h175.4624c59.4944 0 107.776 48.2304 107.776 107.776v163.4816c0 59.4944-48.2816 107.776-107.776 107.776z" fill="#8C7BFD" p-id="68973"></path><path d="M747.3152 288m-182.3744 0a182.3744 182.3744 0 1 0 364.7488 0 182.3744 182.3744 0 1 0-364.7488 0Z" fill="#FFE37B" p-id="68974"></path></svg>
@@ -183,6 +196,12 @@
<span>其他</span>
</div>
<div class="left_conent_row">
<div class="left_conent_row_col">
<div class="image-container" @click="openPage(25)">
<img src="./25.png" width="68" height="68">
<div class="tooltip">长春云校答疑</div>
</div>
</div>
<div class="left_conent_row_col">
<div class="image-container" @click="openPage(19)">
<img src="./19.png" width="68" height="68">
@@ -308,7 +327,13 @@ const openPage = (id) => {
window.open('http://www.hzkjai.com:27002/static/ggb_draw.html', '_blank');
} else if(id === 22) {
window.open('http://www.hzkjai.com:27002/static/Midjourney/mj.html', '_blank');
}
} else if(id === 23) {
window.open('http://www.hzkjai.com:27002/static/QwenImage/qwen-image.html', '_blank');
} else if(id === 24) {
window.open('http://www.hzkjai.com:27002/static/QwenImage/qwen-image-edit.html', '_blank');
} else if(id === 25) {
window.open('http://www.hzkjai.com:27002/static/YunXiao/course_page.html', '_blank');
}
}