feat(sponsors): add Atlas Cloud

This commit is contained in:
t8y2 2026-08-06 11:50:52 +08:00
parent 3bad08a56b
commit 0f319edca9
No known key found for this signature in database
4 changed files with 50 additions and 0 deletions

View File

@ -443,6 +443,19 @@ DBX is free and open source, but ongoing maintenance, database compatibility tes
<a href="https://easysearch.cn" target="_blank">Visit Easysearch</a>
</td>
</tr>
<tr>
<td align="center" width="180">
<a href="https://www.atlascloud.ai/?ref=6YYXWA" target="_blank">
<img src="https://www.atlascloud.ai/logo.svg" alt="Atlas Cloud" width="150" />
</a>
</td>
<td>
Atlas Cloud gives developers one unified API for 400+ AI models across chat, image, video, and audio.
</td>
<td align="center" width="140">
<a href="https://www.atlascloud.ai/?ref=6YYXWA" target="_blank">Visit Atlas Cloud</a>
</td>
</tr>
</table>
- [Support DBX](https://my.feishu.cn/wiki/WMTkwdATDiiu4rk14JMcoyhTnoh) — voluntary donations via WeChat or Alipay

View File

@ -439,6 +439,19 @@ DBX 是免费开源项目,但持续维护、数据库兼容性测试、基础
<a href="https://easysearch.cn" target="_blank">访问 Easysearch</a>
</td>
</tr>
<tr>
<td align="center" width="180">
<a href="https://www.atlascloud.ai/?ref=6YYXWA" target="_blank">
<img src="https://www.atlascloud.ai/logo.svg" alt="Atlas Cloud" width="150" />
</a>
</td>
<td>
Atlas Cloud 为开发者提供统一的多模态 AI API可通过一个接口访问聊天、图像、视频和音频等 400+ 模型。
</td>
<td align="center" width="140">
<a href="https://www.atlascloud.ai/?ref=6YYXWA" target="_blank">访问 Atlas Cloud</a>
</td>
</tr>
</table>
- [支持 DBX](https://my.feishu.cn/wiki/WMTkwdATDiiu4rk14JMcoyhTnoh) —— 通过微信或支付宝自愿捐助

View File

@ -393,6 +393,8 @@ const i18nText = {
rainyunSponsorAction: "Visit RainYun",
easysearchSponsorDesc: "Easysearch is an enterprise-grade distributed search engine compatible with Elasticsearch APIs, combining full-text, vector, geospatial search, real-time analytics, and AI capabilities in one platform.",
easysearchSponsorAction: "Visit Easysearch",
atlasCloudSponsorDesc: "Atlas Cloud gives developers one unified API for 400+ AI models across chat, image, video, and audio.",
atlasCloudSponsorAction: "Visit Atlas Cloud",
footerTitle: "Ready to try DBX?",
footerDesc: "Use the desktop app for local work, or deploy the Docker version for browser-based access.",
release: "Latest release",
@ -423,6 +425,8 @@ const i18nText = {
rainyunSponsorAction: "访问雨云",
easysearchSponsorDesc: "Easysearch 是一款企业级分布式搜索引擎,兼容 ES API、融合全文检索、向量检索、地理空间位置检索、实时分析与 AI 能力,为企业提供统一的数据检索与智能分析基础设施。",
easysearchSponsorAction: "访问 Easysearch",
atlasCloudSponsorDesc: "Atlas Cloud 为开发者提供统一的多模态 AI API可通过一个接口访问聊天、图像、视频和音频等 400+ 模型。",
atlasCloudSponsorAction: "访问 Atlas Cloud",
footerTitle: "准备试试 DBX",
footerDesc: "本地工作使用桌面版,需要浏览器访问时部署 Docker 版。",
release: "最新版本",
@ -495,6 +499,14 @@ export default async function LandingPage({ params }: { params: Promise<{ lang:
description: t.easysearchSponsorDesc,
action: t.easysearchSponsorAction,
},
{
name: "Atlas Cloud",
href: "https://www.atlascloud.ai/?ref=6YYXWA",
logo: "https://www.atlascloud.ai/logo.svg",
logoClass: "w-full max-w-[100px] object-contain",
description: t.atlasCloudSponsorDesc,
action: t.atlasCloudSponsorAction,
},
];
return (

View File

@ -15,6 +15,8 @@ const i18n = {
rainyunSponsorAction: "Visit RainYun",
easysearchSponsorDesc: "Easysearch is an enterprise-grade distributed search engine compatible with Elasticsearch APIs, combining full-text, vector, geospatial search, real-time analytics, and AI capabilities in one platform.",
easysearchSponsorAction: "Visit Easysearch",
atlasCloudSponsorDesc: "Atlas Cloud gives developers one unified API for 400+ AI models across chat, image, video, and audio.",
atlasCloudSponsorAction: "Visit Atlas Cloud",
becomeTitle: "Sponsorship inquiries",
becomeDesc: "If you would like to support DBX with funding, infrastructure, developer tools, or services, tell us about the idea and how to reach you.",
},
@ -27,6 +29,8 @@ const i18n = {
rainyunSponsorAction: "访问雨云",
easysearchSponsorDesc: "Easysearch 是一款企业级分布式搜索引擎,兼容 ES API、融合全文检索、向量检索、地理空间位置检索、实时分析与 AI 能力,为企业提供统一的数据检索与智能分析基础设施。",
easysearchSponsorAction: "访问 Easysearch",
atlasCloudSponsorDesc: "Atlas Cloud 为开发者提供统一的多模态 AI API可通过一个接口访问聊天、图像、视频和音频等 400+ 模型。",
atlasCloudSponsorAction: "访问 Atlas Cloud",
becomeTitle: "赞助合作",
becomeDesc: "如果你愿意通过资金、基础设施、开发工具或服务资源支持 DBX请留下联系方式和合作说明。",
},
@ -74,6 +78,14 @@ export default async function SponsorsPage({ params }: { params: Promise<{ lang:
description: t.easysearchSponsorDesc,
action: t.easysearchSponsorAction,
},
{
name: "Atlas Cloud",
href: "https://www.atlascloud.ai/?ref=6YYXWA",
logo: "https://www.atlascloud.ai/logo.svg",
logoClass: "w-full max-w-[136px] object-contain",
description: t.atlasCloudSponsorDesc,
action: t.atlasCloudSponsorAction,
},
];
return (