Commit bc497b16 authored by fisherdaddy's avatar fisherdaddy

chore: update aiproducts

parent d65509a9
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
"title": "Canva", "title": "Canva",
"description": "Graphic design platform for social media graphics, presentations, posters, and more" "description": "Graphic design platform for social media graphics, presentations, posters, and more"
}, },
"meitu": { "jimeng": {
"title": "Meitu Design Studio", "title": "Dreamina AI",
"description": "AI platform for image creation and design" "description": "AI Image and Video Creation Platform Under ByteDance"
}, },
"keling": { "keling": {
"title": "Keling AI", "title": "Keling AI",
......
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
"title": "Canva", "title": "Canva",
"description": "SNSグラフィック、プレゼン資料、ポスターなどを作成するデザインプラットフォーム" "description": "SNSグラフィック、プレゼン資料、ポスターなどを作成するデザインプラットフォーム"
}, },
"meitu": { "jimeng": {
"title": "Meituデザインスタジオ", "title": "Dreamina AI",
"description": "AI画像作成とデザインプラットフォーム" "description": "バイトダンス傘下のAI画像および動画制作プラットフォーム"
}, },
"keling": { "keling": {
"title": "Keling AI", "title": "Keling AI",
......
...@@ -84,8 +84,8 @@ ...@@ -84,8 +84,8 @@
"description": "SNS 그래픽, 프레젠테이션, 포스터 등을 위한 디자인 플랫폼" "description": "SNS 그래픽, 프레젠테이션, 포스터 등을 위한 디자인 플랫폼"
}, },
"meitu": { "meitu": {
"title": "Meitu 디자인 스튜디오", "title": "Dreamina AI",
"description": "AI 이미지 창작 및 디자인 플랫폼" "description": "바이트댄스 산하의 AI 이미지 및 비디오 창작 플랫폼"
}, },
"keling": { "keling": {
"title": "Keling AI", "title": "Keling AI",
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
}, },
"hailuo": { "hailuo": {
"title": "海螺AI", "title": "海螺AI",
"description": "MiniMax旗下的AI对话助手" "description": "MiniMax旗下"
}, },
"baichuan": { "baichuan": {
"title": "百小应", "title": "百小应",
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
"title": "Canva", "title": "Canva",
"description": "用于创建社交媒体图形、演示文稿、海报、文档和其他视觉内容的平面设计平台" "description": "用于创建社交媒体图形、演示文稿、海报、文档和其他视觉内容的平面设计平台"
}, },
"meitu": { "jimeng": {
"title": "美图设计室", "title": "即梦 AI",
"description": "AI图像创作和设计平台" "description": "字节旗下的AI图像视频创作平台"
}, },
"keling": { "keling": {
"title": "可灵 AI", "title": "可灵 AI",
......
...@@ -28,7 +28,7 @@ const tools = [ ...@@ -28,7 +28,7 @@ const tools = [
{ {
id: 'gemini', id: 'gemini',
icon: '/assets/icon/google_small.svg', icon: '/assets/icon/google_small.svg',
path: 'https://aistudio.google.com', path: 'https://gemini.google.com',
external: true, external: true,
category: 'Chatbots' category: 'Chatbots'
}, },
...@@ -39,7 +39,6 @@ const tools = [ ...@@ -39,7 +39,6 @@ const tools = [
external: true, external: true,
category: 'Chatbots' category: 'Chatbots'
}, },
{ {
id: 'kimi', id: 'kimi',
icon: '/assets/icon/moonshot_small.svg', icon: '/assets/icon/moonshot_small.svg',
...@@ -103,6 +102,13 @@ const tools = [ ...@@ -103,6 +102,13 @@ const tools = [
external: true, external: true,
category: 'Chatbots' category: 'Chatbots'
}, },
{
id: 'jimeng',
icon: '/assets/icon/jimeng.png',
path: 'https://jimeng.jianying.com',
external: true ,
category: 'Image'
},
{ {
id: 'midjourney', id: 'midjourney',
icon: '/assets/icon/midjourney.png', icon: '/assets/icon/midjourney.png',
...@@ -139,11 +145,11 @@ const tools = [ ...@@ -139,11 +145,11 @@ const tools = [
category: 'Image' category: 'Image'
}, },
{ {
id: 'meitu', id: 'hailuo',
icon: '/assets/icon/meitu.jpg', icon: '/assets/icon/hailuo.png',
path: 'https://www.designkit.com/', path: 'https://hailuoai.com/video',
external: true , external: true ,
category: 'Image' category: 'AudioVideo'
}, },
{ {
id: 'keling', id: 'keling',
...@@ -187,13 +193,6 @@ const tools = [ ...@@ -187,13 +193,6 @@ const tools = [
external: true , external: true ,
category: 'AudioVideo' category: 'AudioVideo'
}, },
{
id: 'haimian',
icon: '/assets/icon/haimian.png',
path: 'https://www.haimian.com/',
external: true ,
category: 'AudioVideo'
},
{ {
id: 'perplexity', id: 'perplexity',
icon: '/assets/icon/perplexity.png', icon: '/assets/icon/perplexity.png',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
line-height: 1.6; line-height: 1.6;
max-width: 1000px; max-width: 1000px;
margin: 0 auto; margin: 0 auto;
padding: 4rem 2rem 2rem; padding: 6rem 2rem 2rem;
position: relative; position: relative;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)); background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
min-height: 100vh; min-height: 100vh;
......
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