From 73c391f43b3e2ab18d704ac0e183ed1a8fcd9fa0 Mon Sep 17 00:00:00 2001
From: mechines <songyu19@outlook.com>
Date: Thu, 12 Jun 2025 16:17:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=8C=E7=9F=A5=E6=95=B0?=
 =?UTF-8?q?=E5=AD=97=E4=BA=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/locales/zh/aiproducts.json | 4 ++++
 src/pages/AIProduct.jsx        | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/src/locales/zh/aiproducts.json b/src/locales/zh/aiproducts.json
index ca5f51f..da75ba5 100644
--- a/src/locales/zh/aiproducts.json
+++ b/src/locales/zh/aiproducts.json
@@ -1,4 +1,8 @@
 {
+    "dhuman": {
+      "title": "数字人",
+      "description": "行知数字人"
+    },
     "fisherai": {
       "title": "Stable Diffusion",
       "description": "智能生成图片"
diff --git a/src/pages/AIProduct.jsx b/src/pages/AIProduct.jsx
index 64ed6be..7fd49cc 100644
--- a/src/pages/AIProduct.jsx
+++ b/src/pages/AIProduct.jsx
@@ -4,6 +4,13 @@ import { useTranslation } from '../js/i18n';
 import SEO from '../components/SEO';
 
 const tools = [
+  { 
+    id: 'dhuman', 
+    icon: '/assets/icon/fisherai.png', 
+    path: 'http://dhuman.exploring.cn:10000/', 
+    external: true,
+    category: 'Chatbots'
+  },
   { 
     id: 'fisherai', 
     icon: '/assets/icon/fisherai.png', 
-- 
2.18.1