add donate tip

This commit is contained in:
Yrobot
2025-12-08 23:03:45 +08:00
parent 7113a13a5b
commit 91619b674b
2 changed files with 13 additions and 3 deletions

View File

@@ -431,6 +431,8 @@ A: 建议配置 `TOKEN` 环境变量启用鉴权:
- [Cloudflare Workers 文档](https://developers.cloudflare.com/workers/)
- [Google Custom Search API](https://developers.google.com/custom-search/v1/overview)
---
## 支持一下
**如果这个项目对你有帮助,请在 [GitHub](https://github.com/Yrobot/cloudflare-search) 上给我们一个 ⭐️**
如果这个项目对你有帮助,可以请作者喝杯咖啡 ☕
<image src="https://yrobot.top/donate_wx.jpeg" style="max-width: 300px; margin: 0 auto;"/>

View File

@@ -97,7 +97,15 @@ export function getSearchHtml() {
基于 Cloudflare Workers 的多引擎聚合搜索服务。并行搜索 Google、DuckDuckGo、Bing、Brave 四大引擎,快速获取更全面的搜索结果。
</p>
<p class="mt-2">
如果这个项目对你有帮助,请在 <a href="https://github.com/Yrobot/cloudflare-search" target="_blank" class="hover:underline font-medium">GitHub 上给我们一个 ⭐️</a>
如果这个项目对你有帮助,可以
<a
href="https://yrobot.top/donate_wx.jpeg"
target="_blank"
title="如果这个项目对你有帮助,可以请我喝杯咖啡 ☕"
class="hover:underline"
>
请作者喝杯咖啡 ☕️
</a>
</p>
</div>
</div>