Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ai-box
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
青山
ai-box
Commits
73c391f4
Commit
73c391f4
authored
Jun 12, 2025
by
青山
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增行知数字人
parent
59df8f78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
aiproducts.json
src/locales/zh/aiproducts.json
+4
-0
AIProduct.jsx
src/pages/AIProduct.jsx
+7
-0
No files found.
src/locales/zh/aiproducts.json
View file @
73c391f4
{
"dhuman"
:
{
"title"
:
"数字人"
,
"description"
:
"行知数字人"
},
"fisherai"
:
{
"title"
:
"Stable Diffusion"
,
"description"
:
"智能生成图片"
...
...
src/pages/AIProduct.jsx
View file @
73c391f4
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment