mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-05-10 17:43:23 +08:00
feat: 添加Telegram交流群链接至README和底部导航
本次提交在项目的README文件和底部导航中添加了Telegram交流群的链接,旨在为用户提供更便捷的交流渠道。具体变更包括: - **README.md**: - 新增Telegram交流群徽章和链接,方便用户访问。 - **base.html**: - 在底部导航中添加了Telegram交流群的链接,提升了用户获取支持的便利性。 这些更改旨在增强用户社区的互动性,促进用户之间的交流与支持。
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
[](https://www.python.org/)
|
||||
[](https://fastapi.tiangolo.com/)
|
||||
[](https://www.uvicorn.org/)
|
||||
[](https://t.me/gemini_balance)
|
||||
> 交流群:https://t.me/gemini_balance
|
||||
|
||||
## 项目简介
|
||||
|
||||
|
||||
@@ -243,6 +243,14 @@
|
||||
>
|
||||
<i class="fas fa-book mr-1"></i> 在线文档
|
||||
</a>
|
||||
<span class="text-gray-400">|</span>
|
||||
<a
|
||||
href="https://t.me/gemini_balance"
|
||||
target="_blank"
|
||||
class="text-primary-600 hover:text-primary-800 transition duration-300 flex items-center"
|
||||
>
|
||||
<i class="fab fa-telegram-plane mr-1"></i> 交流群
|
||||
</a>
|
||||
<span class="text-gray-400">|</span>
|
||||
<span class="text-yellow-600 font-semibold flex items-center">
|
||||
<i class="fas fa-exclamation-triangle mr-1"></i>免费项目,谨防诈骗
|
||||
|
||||
Reference in New Issue
Block a user