From b2e880a8fd54d7eaa46986fa12e29d70f1e52a75 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Sun, 26 Jul 2026 12:21:32 +0800 Subject: [PATCH] docs: add RainYun sponsor placement --- README.md | 20 ++++++++++++++++++-- README.zh-CN.md | 20 ++++++++++++++++++-- docs/app/[lang]/page.tsx | 22 ++++++++++++++++++++++ 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c4853b17..4ce450a37 100644 --- a/README.md +++ b/README.md @@ -401,11 +401,27 @@ The installer will be in `src-tauri/target/release/bundle/`. DBX is free and open source, but ongoing maintenance, database compatibility testing, infrastructure, and release work require sustained time and resources. +### Infrastructure Sponsor + + + + + + + +
+ + RainYun + + + RainYun is a cloud service provider offering cloud servers, physical servers, game hosting, and developer-friendly infrastructure services. + + Visit RainYun +
+ - [Support DBX](https://my.feishu.cn/wiki/WMTkwdATDiiu4rk14JMcoyhTnoh) — voluntary donations via WeChat or Alipay - [Sponsors & Partners](https://my.feishu.cn/wiki/CgOWwwTzzify79k9Oq8cXpUNn6e) — sponsorship, infrastructure, tools, and community collaboration -Support does not affect access to DBX or guarantee feature prioritization. With mutual confirmation, sponsors and partners may be listed on the sponsors page. - ## FAQ
diff --git a/README.zh-CN.md b/README.zh-CN.md index d53a6cecb..f27877b07 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -397,11 +397,27 @@ make package DBX 是免费开源项目,但持续维护、数据库兼容性测试、基础设施建设和版本发布都需要长期投入时间与资源。 +### 基础设施赞助 + + + + + + + +
+ + 雨云 + + + 雨云是面向开发者和站长的云服务提供商,提供云服务器、物理服务器、游戏云和配套基础设施服务。 + + 访问雨云 +
+ - [支持 DBX](https://my.feishu.cn/wiki/WMTkwdATDiiu4rk14JMcoyhTnoh) —— 通过微信或支付宝自愿捐助 - [赞助商与合作伙伴](https://my.feishu.cn/wiki/CgOWwwTzzify79k9Oq8cXpUNn6e) —— 支持基础设施、开发工具、服务或社区合作 -捐助和赞助不会影响任何人使用 DBX,也不代表购买功能排期。经双方确认后,赞助商和合作伙伴可在赞助页面展示。 - ## 常见问题
diff --git a/docs/app/[lang]/page.tsx b/docs/app/[lang]/page.tsx index ef23c985d..72918af11 100644 --- a/docs/app/[lang]/page.tsx +++ b/docs/app/[lang]/page.tsx @@ -392,6 +392,9 @@ const i18nText = { capabilitiesTitle: "Built for real database work", contributorsTitle: "Built by the community", contributorsDesc: "DBX is fully open-source. Every feature, fix, and driver starts with a contributor.", + sponsorLabel: "Infrastructure Sponsor", + sponsorDesc: "RainYun is a cloud service provider offering cloud servers, physical servers, game hosting, and developer-friendly infrastructure services.", + sponsorAction: "Visit RainYun", 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", @@ -414,6 +417,9 @@ const i18nText = { capabilitiesTitle: "面向真实数据库工作的能力", contributorsTitle: "社区共建", contributorsDesc: "DBX 因每一位贡献者而生长", + sponsorLabel: "基础设施赞助", + sponsorDesc: "雨云是面向开发者和站长的云服务提供商,提供云服务器、物理服务器、游戏云和配套基础设施服务。", + sponsorAction: "访问雨云", footerTitle: "准备试试 DBX?", footerDesc: "本地工作使用桌面版,需要浏览器访问时部署 Docker 版。", release: "最新版本", @@ -600,6 +606,22 @@ export default async function LandingPage({ params }: { params: Promise<{ lang: {/* Updates */} + {/* Sponsor */} + +
+ + RainYun + +
+

{t.sponsorLabel}

+

{t.sponsorDesc}

+
+ + {t.sponsorAction} + +
+
+ {/* Final CTA */}