From d16aad0c8e7930dd6162ae26d81fb64757e40730 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 22 Jan 2025 10:40:59 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- main.go | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efb493..a7af956 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # 简介 -`sinxmiao`站点下的工具快速下载器。 \ No newline at end of file +`sinxmiao`站点下的工具快速下载器。 + +# 当前 + +- blank +- transm +- xp +- cmt \ No newline at end of file diff --git a/main.go b/main.go index c698f5a..bafab3a 100644 --- a/main.go +++ b/main.go @@ -15,6 +15,9 @@ import ( // 仓库配置 var repositories = []string{ "https://www.sinxmiao.cn/taynpg/transm", + "https://www.sinxmiao.cn/taynpg/blank", + "https://www.sinxmiao.cn/taynpg/xp", + "https://www.sinxmiao.cn/taynpg/cmt", } const downloadDir = "./downloads/" // 下载路径