Преглед изворни кода

增加数字问答和数字人

yanghao пре 1 недеља
родитељ
комит
29267c1537
3 измењених фајлова са 4 додато и 0 уклоњено
  1. BIN
      src/assets/images/ask.png
  2. BIN
      src/assets/images/degitial.png
  3. 4 0
      src/views/index.vue

BIN
src/assets/images/ask.png


BIN
src/assets/images/degitial.png


+ 4 - 0
src/views/index.vue

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