Commit 73c391f4 authored by 青山's avatar 青山

新增行知数字人

parent 59df8f78
{ {
"dhuman": {
"title": "数字人",
"description": "行知数字人"
},
"fisherai": { "fisherai": {
"title": "Stable Diffusion", "title": "Stable Diffusion",
"description": "智能生成图片" "description": "智能生成图片"
......
...@@ -4,6 +4,13 @@ import { useTranslation } from '../js/i18n'; ...@@ -4,6 +4,13 @@ import { useTranslation } from '../js/i18n';
import SEO from '../components/SEO'; import SEO from '../components/SEO';
const tools = [ const tools = [
{
id: 'dhuman',
icon: '/assets/icon/fisherai.png',
path: 'http://dhuman.exploring.cn:10000/',
external: true,
category: 'Chatbots'
},
{ {
id: 'fisherai', id: 'fisherai',
icon: '/assets/icon/fisherai.png', icon: '/assets/icon/fisherai.png',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment