Skip to content

Commit 5100c22

Browse files
docs: 📝 新增 Github Release 镜像仓库使用帮助。 (#215)
* docs: 📝 新增 Github Release 镜像仓库使用帮助。 * docs: 🎨 修复 Markdown 语法错误. * docs: 📝 新增 Github Release 镜像仓库使用帮助 到 镜像列表。 * docs: 📝 修复编译失败。 * docs: 📝 新增 Github Release 镜像仓库 如何添加同步软件。
1 parent 64e358e commit 5100c22

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

docs/github-release.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
sidebar_label: Github Release
3+
title: Github Release 软件仓库镜像使用帮助
4+
---
5+
6+
## 镜像简介
7+
8+
Github Release 通常用于开发者发布软件的发行版(发行说明,二进制文件,安装程序等),以供其他人使用。本镜像提供部分 GitHub 仓库 Release 内容的镜像。
9+
10+
## 软件列表
11+
12+
当前,本镜像仓库已同步的软件列表如下:
13+
14+
- [rustdesk/rustdesk](https://mirrors.hust.edu.cn/github-release/rustdesk/rustdesk/)
15+
- [ip7z/7zip](https://mirrors.hust.edu.cn/github-release/ip7z/7zip/)
16+
- [llvm/llvm-project](https://mirrors.hust.edu.cn/github-release/llvm/llvm-project/)
17+
18+
:::tip
19+
20+
本镜像仓库目前仅同步最新发行版。
21+
22+
:::
23+
24+
## 使用方法
25+
26+
### 方法一:直接替换
27+
28+
当您想要的软件被本镜像仓库收录,您可直接替换软件的 Github Release 下载链接中的相关部分,修改方法如下:
29+
原链接:
30+
31+
```url
32+
https://github.com/<组织名>/<仓库名>/releases/download/<版本名>/<文件名>
33+
```
34+
35+
修改为
36+
37+
```url varcode
38+
https://mirrors.hust.edu.cn/github-release/<组织名>/<仓库名>/<版本名>/<文件名>
39+
```
40+
41+
### 方法二:手动查找
42+
43+
您也可在下列表中选择您想下载的软件,点击进入链接,选择相应文件下载。默认进入最新发行版下载。
44+
45+
- [rustdesk](https://mirrors.hust.edu.cn/github-release/rustdesk/rustdesk/LatestRelease/)
46+
- [7zip](https://mirrors.hust.edu.cn/github-release/ip7z/7zip/LatestRelease/)
47+
- [llvm-project](https://mirrors.hust.edu.cn/github-release/llvm/llvm-project/LatestRelease/)
48+
49+
## 添加镜像
50+
51+
当您需要的软件没有出现在这里,您可以返回首页,点击新增镜像按钮,按照提示填写表格,我们将会认真评估您的需求并添加相应的软件镜像。
52+
53+
## 引用
54+
55+
1. [关于发行版 - Github Docs](https://docs.github.com/zh/repositories/releasing-projects-on-github/about-releases)
56+
2. [使用帮助 - USTC Mirror](https://mirrors.ustc.edu.cn/help/github-release.html)

meta.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const mirrors: MirrorMeta[] = [
5656
{ id: 'debian-nonfree', description: 'Debian GNU/Linux 非自由软件仓库' },
5757
{ id: 'debian-security', description: 'Debian GNU/Linux 安全更新仓库', helpID: 'debian', anchorID: 'security' },
5858
{ id: 'git-repo', type: 'git', description: 'Google开发的多git仓库管理工具git-repo代码仓库' },
59+
{ id: 'github-release', description: '部分知名软件发行版镜像', helpID: 'github-release' },
5960
{ id: 'kali', description: 'Kali Linux 软件仓库', supportCli: true },
6061
{ id: 'kali-images', description: 'Kali Linux 镜像仓库', helpID: 'kali', anchorID: 'iso' },
6162
{ id: 'manjaro', description: 'Manjaro 软件仓库', helpID: 'manjaro' },

0 commit comments

Comments
 (0)