Kaynağa Gözat

增加数字问答和数字人图标

yanghao 1 hafta önce
ebeveyn
işleme
c82464485f

BIN
src/assets/images/ask.png


BIN
src/assets/images/degitial.png


+ 4 - 0
src/views/index.vue

@@ -398,6 +398,8 @@ import safeimage from "@/assets/images/safe.png"; // 安全合规管理
 import zuzhiimage from "@/assets/images/zuzhi.jpg";
 import youimage from "@/assets/images/youcnag.png"; // ai智能体
 import hongpan from "@/assets/images/鸿盘.jpg"; // ai智能体
+import ask from "@/assets/images/ask.png"; // ai智能体
+import people from "@/assets/images/degitial.png"; // ai智能体
 
 type PortalApp = {
   label: string;
@@ -490,6 +492,8 @@ const portalSections: PortalSection[] = [
       { label: "AI智能体(智能交互)", image: agentimage },
       { label: "工艺文件智能体", image: fileagent },
       { label: "集团制度智能体", image: zhiduagent },
+      { label: "智能问数", image: ask },
+      { label: "瑞小智(数字人)", image: people },
     ],
   },
 ];