mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
📝 docs: Replace sponsor img with static url
This commit is contained in:
parent
531c03962f
commit
e709d02fa5
3 changed files with 6 additions and 4 deletions
|
|
@ -525,8 +525,8 @@ Every bit counts and your one-time donation sparkles in our galaxy of support! Y
|
|||
|
||||
<a href="https://opencollective.com/lobehub" target="_blank">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://readme-wizard.lobehub.com/api/sponsor?themeMode=dark">
|
||||
<img src="https://readme-wizard.lobehub.com/api/sponsor">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/lobehub/.github/blob/main/static/sponsor-dark.png?raw=true">
|
||||
<img src="https://github.com/lobehub/.github/blob/main/static/sponsor-light.png?raw=true">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -497,8 +497,8 @@ $ bun run dev
|
|||
|
||||
<a href="https://opencollective.com/lobehub" target="_blank">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://readme-wizard.lobehub.com/api/sponsor?themeMode=dark">
|
||||
<img src="https://readme-wizard.lobehub.com/api/sponsor">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/lobehub/.github/blob/main/static/sponsor-dark.png?raw=true">
|
||||
<img src="https://github.com/lobehub/.github/blob/main/static/sponsor-light.png?raw=true">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,8 @@ LobeChat is a open-source, extensible ([Function Calling][fc-url]), high-perform
|
|||
|
||||
<!-- DOCS LIST -->
|
||||
|
||||
---
|
||||
|
||||
<details><summary><h4>📝 License</h4></summary>
|
||||
|
||||
[![][fossa-license-shield]][fossa-license-url]
|
||||
|
|
|
|||
Loading…
Reference in a new issue