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/" // 下载路径