Update README.md

This commit is contained in:
yanguo0905
2026-03-24 17:02:11 +08:00
committed by GitHub
parent 6e1a70b787
commit 043b31814d
+7 -7
View File
@@ -1,9 +1,9 @@
# 🤖 Fakabot - 专业的 Telegram 自动发卡机器人 # 🤖 Fakabot - 专业的 Telegram 自动发卡机器人
[![GitHub release](https://img.shields.io/github/v/release/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/releases) [![GitHub release](https://img.shields.io/github/v/release/yanguo0905/fakabot?style=flat-square)](https://github.com/yanguo0905/fakabot/releases)
[![GitHub stars](https://img.shields.io/github/stars/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/stargazers) [![GitHub stars](https://img.shields.io/github/stars/yanguo0905/fakabot?style=flat-square)](https://github.com/yanguo0905/fakabot/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/network) [![GitHub forks](https://img.shields.io/github/forks/yanguo0905/fakabot?style=flat-square)](https://github.com/yanguo0905/fakabot/network)
[![GitHub issues](https://img.shields.io/github/issues/GUGEGEBAIDU/fakabot?style=flat-square)](https://github.com/GUGEGEBAIDU/fakabot/issues) [![GitHub issues](https://img.shields.io/github/issues/yanguo0905/fakabot?style=flat-square)](https://github.com/yanguo0905/fakabot/issues)
[![License](https://img.shields.io/badge/license-Commercial-blue.svg?style=flat-square)]() [![License](https://img.shields.io/badge/license-Commercial-blue.svg?style=flat-square)]()
[![Python](https://img.shields.io/badge/python-3.11-blue.svg?style=flat-square)]() [![Python](https://img.shields.io/badge/python-3.11-blue.svg?style=flat-square)]()
[![Telegram](https://img.shields.io/badge/Telegram-Bot-blue.svg?style=flat-square)](https://t.me/sonhshu) [![Telegram](https://img.shields.io/badge/Telegram-Bot-blue.svg?style=flat-square)](https://t.me/sonhshu)
@@ -167,7 +167,7 @@
#### 第 1 步:克隆项目 #### 第 1 步:克隆项目
```bash ```bash
git clone https://github.com/GUGEGEBAIDU/fakabot.git git clone https://github.com/yanguo0905/fakabot.git
cd fakabot cd fakabot
``` ```
@@ -305,7 +305,7 @@ docker compose up -d --build || docker-compose up -d --build
```bash ```bash
# 1. 克隆项目 # 1. 克隆项目
git clone https://github.com/GUGEGEBAIDU/fakabot.git git clone https://github.com/yanguo0905/fakabot.git
cd fakabot cd fakabot
# 2. 复制配置文件 # 2. 复制配置文件
@@ -384,7 +384,7 @@ tar -czf backup.tar.gz data/ config.json
ssh root@你的服务器IP ssh root@你的服务器IP
# 克隆项目 # 克隆项目
git clone https://github.com/GUGEGEBAIDU/fakabot.git git clone https://github.com/yanguo0905/fakabot.git
cd fakabot cd fakabot
``` ```