diff --git a/.gitignore b/.gitignore
index 454703f..8a77881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ pagermaid.session
pagermaid/
plugins/
unknown_errors.txt
+__pycache__/
diff --git a/README.md b/README.md
index 1904272..4228d53 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Pagermaid-modify 是一个开源的 Telegram 人形自走 Bot 方案,功能强
本 Wiki 主要详细说明搭建的流程和注意事项,以便各位用户依此搭建属于自己的 Userbot 。
-由于资金有限和部分依赖包的安装方便性,这里主要提供 `ubuntu 16.04` 、`wsl`、`railway` 和 `Archlinux` 的安装过程。(欢迎其他用户提供其他系统的搭建方法)
+由于资金有限和部分依赖包的安装方便性,这里主要提供 `ubuntu 16.04` 、`ubuntu 20.04`、`wsl` 和 `Archlinux` 的安装过程。(欢迎其他用户提供其他系统的搭建方法)
# 功能
@@ -48,4 +48,4 @@ Pagermaid-modify 是一个开源的 Telegram 人形自走 Bot 方案,功能强
## 手动搭建
-欢迎加入 [讨论群](https://t.me/joinchat/FLV4ZFXq9nUFLLe0HDxfQQ) 探讨你的疑问。
+欢迎加入 [讨论群](https://t.me/Invite_Challenge_Bot?start=1) 探讨你的疑问。
diff --git a/_coverpage.md b/_coverpage.md
index 82cdbc5..e9c0b5e 100644
--- a/_coverpage.md
+++ b/_coverpage.md
@@ -10,7 +10,7 @@
- 多功能
- 可扩展
-[GitHub](https://github.com/Xtao-Labs/PagerMaid-Modify)
+[GitLab](https://gitlab.com/Xtao-Labs/PagerMaid-Modify)
[Get Started](#%e7%ae%80%e4%bb%8b)
[Plugins](https://index.xtaolabs.com)
diff --git a/archlinux.md b/archlinux.md
index a5fca55..05b36fa 100644
--- a/archlinux.md
+++ b/archlinux.md
@@ -4,7 +4,7 @@
# 拉取项目
-本项目托管在 `github` ,所以您首先需要检查您是否已经安装 `git` 软件包。并且我们发现当 `git` 软件包版本过低时,无法实现程序的自动更新,所以您需要首先升级 `git` 软件包:
+本项目托管在 `gitlab` ,所以您首先需要检查您是否已经安装 `git` 软件包。并且我们发现当 `git` 软件包版本过低时,无法实现程序的自动更新,所以您需要首先升级 `git` 软件包:
```bash
sudo pacman -S git
@@ -13,7 +13,7 @@ sudo pacman -S git
从仓库拉取项目
```bash
-cd /var/lib && git clone https://github.com/Xtao-Labs/PagerMaid-Modify.git pagermaid && cd pagermaid
+cd /var/lib && git clone https://gitlab.com/Xtao-Labs/PagerMaid-Modify.git pagermaid && cd pagermaid
```
# 安装软件包
@@ -113,11 +113,7 @@ mtp_secret: "ddwqrwr892778whwee78789"
此步是将安装插件的获取源文件更改为国内可以访问的反代源,但是可能因为 cdn 原因,插件更新不及时。
```bash
-git_source: "https://raw.fastgit.org/Xtao-Labs/PagerMaid_Plugins/master/"
-```
-
-```bash
-git_source: "https://cdn.jsdelivr.net/gh/Xtao-Labs/PagerMaid_Plugins/"
+git_source: "https://gitlab.com/Xtao-Labs/PagerMaid_Plugins/-/raw/master/"
```
# 登录账号
diff --git a/centos7.md b/centos7.md
index 3b644bc..1c5180f 100644
--- a/centos7.md
+++ b/centos7.md
@@ -4,7 +4,7 @@
# 拉取项目
-本项目托管在 `github` ,所以您首先需要检查您是否已经安装 `git` 软件包。并且我们发现当 `git` 软件包版本过低时,无法实现程序的自动更新,所以您需要首先升级 `git` 软件包:
+本项目托管在 `gitlab` ,所以您首先需要检查您是否已经安装 `git` 软件包。并且我们发现当 `git` 软件包版本过低时,无法实现程序的自动更新,所以您需要首先升级 `git` 软件包:
```bash
sudo yum install git -y
@@ -13,7 +13,7 @@ sudo yum install git -y
从仓库拉取项目
```bash
-cd /var/lib && git clone https://github.com/Xtao-Labs/PagerMaid-Modify.git pagermaid && cd pagermaid
+cd /var/lib && git clone https://gitlab.com/Xtao-Labs/PagerMaid-Modify.git pagermaid && cd pagermaid
```
# 安装软件包
diff --git a/index.html b/index.html
index edf5956..bfaf0ce 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
-
+
@@ -27,7 +27,7 @@