1.AI助手模版、样式修改成谢提供的对话模版(有特效)。

2.点击AI分析后,对话弹出类似商品链接引入,用户点击确认后进行分析。
3.AI分析对话新增提示词编辑,根据组件名称:模块编号进行获取提示词进行模块分析。
4.商品大盘首页字体调整,数据卡片中的字体调小一点,文字描述超长不显示,鼠标放上去显示全量。
This commit is contained in:
2026-03-20 08:47:39 +08:00
parent f3a5569f55
commit bb5ab23430
18 changed files with 449 additions and 63 deletions

View File

@@ -599,6 +599,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
hidden: true
},
children: [
{
path: 'image-chat',
component: () => import('@/views/ydoyun/aichat/index.vue'),
name: 'AiImageChat',
meta: {
title: 'AI 图片对话',
icon: 'ep:chat-dot-round',
noCache: false
}
},
{
path: 'image/square',
component: () => import('@/views/ai/image/square/index.vue'),