From 1bc2ef20aaf171df63d9649dc53e40fc58b0f0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=28=EF=BE=9F=D0=94=EF=BE=9F=29w?= <103875280+wao6@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:26:28 +0800 Subject: [PATCH] Update admin.js --- apps/admin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin.js b/apps/admin.js index e85e380..699dac7 100644 --- a/apps/admin.js +++ b/apps/admin.js @@ -175,7 +175,7 @@ export async function updateRes(e) { }); } else { //gitea图床 - command = `git clone http://gitea.microgg.cn/ctrlcvs/xiaoyao_plus.git "${resPath}/xiaoyao-plus/"` + command = `git clone https://gitea.microgg.cn/ctrlcvs/xiaoyao_plus.git "${resPath}/xiaoyao-plus/"` // command = `git clone https://gitee.com/Ctrlcvs/xiaoyao-plus.git "${resPath}/xiaoyao-plus/"`;\n此链接为gitee图床,因仓库过大已被封禁 // command = `git clone https://github.com/ctrlcvs/xiaoyao_plus.git "${resPath}/xiaoyao-plus/"`;\n此链接为gitub图床,如异常请请求多次 e.reply("开始尝试安装图鉴加量包,可能会需要一段时间,请耐心等待~"); @@ -297,4 +297,4 @@ export async function updateTemp(e){ }); } return true; -} \ No newline at end of file +}