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
81228168
Commit
81228168
authored
Jun 12, 2025
by
青山
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
名字更改
parent
e24dd9e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
common.json
src/locales/zh/common.json
+2
-2
Home.jsx
src/pages/Home.jsx
+3
-3
No files found.
src/locales/zh/common.json
View file @
81228168
{
"title"
:
"AI 工具箱"
,
"title"
:
"
行知
AI 工具箱"
,
"description"
:
"AI工具箱 - 集合了多种 AI 工具,如文字卡片、JSON 格式化、URL 解码器、OpenAI 产品发布汇总、全球各大模型价格对比,帮助您轻松完成各类任务。"
,
"slogan"
:
"
您的
智能开发工具集合,一站式解决各种 AI 工具需求。"
,
"slogan"
:
"
行知探索
智能开发工具集合,一站式解决各种 AI 工具需求。"
,
"keywords"
:
"AI工具箱,AI 工具,文字卡片,JSON 格式化,URL 解码器,OpenAI 产品,模型价格对比,在线工具,免费工具"
,
"welcome"
:
"欢迎"
,
"login"
:
"登录"
,
...
...
src/pages/Home.jsx
View file @
81228168
...
...
@@ -107,7 +107,7 @@ const Home = () => {
<
div
className=
"max-w-7xl mx-auto px-4 pt-20 sm:pt-32 pb-12 sm:pb-20"
>
<
div
className=
"text-center relative z-10"
>
<
h1
className=
"text-4xl sm:text-5xl font-bold text-indigo-900/90 mb-4 sm:mb-6 animate-fade-in"
>
AI Toolbox
行知AI
</
h1
>
<
p
className=
"text-lg sm:text-xl text-indigo-800/80 max-w-2xl mx-auto mb-8 sm:mb-12 animate-fade-in-delay px-4"
>
{
t
(
'slogan'
)
}
...
...
@@ -130,7 +130,7 @@ const Home = () => {
{
/* Footer Navigation */
}
<
div
className=
"max-w-7xl mx-auto px-4 pb-12 sm:pb-20"
>
<
div
className=
"flex flex-wrap justify-center gap-4 sm:gap-8"
>
{
/*
<div className="flex flex-wrap justify-center gap-4 sm:gap-8">
<a
href="https://github.com/fisherdaddy/ai-toolbox"
target="_blank"
...
...
@@ -151,7 +151,7 @@ const Home = () => {
</svg>
<span className="text-gray-700 group-hover:text-indigo-500 font-medium transition-colors">{t('navigation.about')}</span>
</Link>
</
div
>
</div>
*/
}
</
div
>
</
main
>
...
...
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