Commit 81228168 authored by 青山's avatar 青山

名字更改

parent e24dd9e6
{ {
"title": "AI 工具箱", "title": "行知AI 工具箱",
"description": "AI工具箱 - 集合了多种 AI 工具,如文字卡片、JSON 格式化、URL 解码器、OpenAI 产品发布汇总、全球各大模型价格对比,帮助您轻松完成各类任务。", "description": "AI工具箱 - 集合了多种 AI 工具,如文字卡片、JSON 格式化、URL 解码器、OpenAI 产品发布汇总、全球各大模型价格对比,帮助您轻松完成各类任务。",
"slogan": "您的智能开发工具集合,一站式解决各种 AI 工具需求。", "slogan": "行知探索智能开发工具集合,一站式解决各种 AI 工具需求。",
"keywords": "AI工具箱,AI 工具,文字卡片,JSON 格式化,URL 解码器,OpenAI 产品,模型价格对比,在线工具,免费工具", "keywords": "AI工具箱,AI 工具,文字卡片,JSON 格式化,URL 解码器,OpenAI 产品,模型价格对比,在线工具,免费工具",
"welcome": "欢迎", "welcome": "欢迎",
"login": "登录", "login": "登录",
......
...@@ -107,7 +107,7 @@ const Home = () => { ...@@ -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="max-w-7xl mx-auto px-4 pt-20 sm:pt-32 pb-12 sm:pb-20">
<div className="text-center relative z-10"> <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"> <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> </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"> <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')} {t('slogan')}
...@@ -130,7 +130,7 @@ const Home = () => { ...@@ -130,7 +130,7 @@ const Home = () => {
{/* Footer Navigation */} {/* Footer Navigation */}
<div className="max-w-7xl mx-auto px-4 pb-12 sm:pb-20"> <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 <a
href="https://github.com/fisherdaddy/ai-toolbox" href="https://github.com/fisherdaddy/ai-toolbox"
target="_blank" target="_blank"
...@@ -151,7 +151,7 @@ const Home = () => { ...@@ -151,7 +151,7 @@ const Home = () => {
</svg> </svg>
<span className="text-gray-700 group-hover:text-indigo-500 font-medium transition-colors">{t('navigation.about')}</span> <span className="text-gray-700 group-hover:text-indigo-500 font-medium transition-colors">{t('navigation.about')}</span>
</Link> </Link>
</div> </div> */}
</div> </div>
</main> </main>
......
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