增加首页软件列表、更新aosp容量 (#422)

* 首页“获取下载链接”中添加了一些软件

* aosp容量更新

* modify some descriptions
This commit is contained in:
George Wang 2024-05-03 13:54:22 +08:00 committed by GitHub
parent 26dfed430f
commit 9c242560da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 91 additions and 2 deletions

View File

@ -1300,3 +1300,92 @@ platform = Android
type = apk
version = $1
category = app
[ventoy]
distro = Ventoy
location = github-release/ventoy/Ventoy/LatestRelease/*
pattern = ventoy-([\.\d]+)-(\w+)\.(tar\.gz|iso|zip)
platform = $2
type = $3
version = $1
category = app
[rustdesk]
distro = RustDesk
location = github-release/rustdesk/rustdesk/LatestRelease/*
pattern = rustdesk-([\.\d]+(?:-[\d+])?)-(\w+)\.(pkg\.tar\.zst|apk|AppImage|deb|dmg|exe|flatpak)
platform = $2
type = $3
version = $1
category = app
[rustdesk-rpm]
distro = RustDesk
location = github-release/rustdesk/rustdesk/LatestRelease/*
pattern = rustdesk-([\.\d]+(?:-[\d+])?)\.([^/]+)\.(rpm)
platform = $2
type = $3
version = $1
category = app
[notepad2]
distro = Notepad2-zufuliu
location = /github-release/zufuliu/notepad2/LatestRelease/*
pattern = Notepad2_(HD)?(?:_)?([^/]+)_(\w+)_v([^/]+).zip
platform = $3
type = $2 $1
version = $4
key_by = $2 $3
sort_by = $2 $3
[notepad2-findinfiles]
distro = Notepad2-zufuliu
location = github-release/zufuliu/notepad2/LatestRelease/*
pattern = FindInFiles-net([\.\d]+)\.zip
type = FindInFiles
version = $1
category = app
[nanazip]
distro = NanaZip
location = github-release/M2Team/NanaZip/LatestRelease/*
pattern = (?:[^/]+)_([\.\d]+)_(?:[^/]+).msixbundle
type = msixbundle
version = $1
category = app
[musescore]
distro = MuseScore
location = github-release/musescore/MuseScore/LatestRelease/*
pattern = MuseScore-([\.\d]+(?:-(?:\w+))?)-(\w+)\.(msi|paf\.exe|dmg|AppImage)
platform = $2
type = $3
version = $1
category = app
[powertoys]
distro = PowerToys
location = github-release/microsoft/PowerToys/LatestRelease/*
pattern = PowerToys(\w+)-([\.\d]+)-(\w+).exe
platform = $3
type = $1
version = $2
category = app
[crystaldiskinfo]
distro = CrystalDiskInfo
location = /osdn/crystaldiskinfo/*/*
pattern = /osdn/crystaldiskinfo/(?:[\d]+)/CrystalDiskInfo(\w+)\.(exe|zip)
listvers = 4
type = $2
version = $1
category = app
[crystaldiskmark]
distro = CrystalDiskMark
location = /osdn/crystaldiskmark/*/*
pattern = /osdn/crystaldiskmark/(?:[\d]+)/CrystalDiskMark(\w+)\.(exe|zip)
listvers = 4
type = $2
version = $1
category = app

View File

@ -36,7 +36,7 @@ chmod a+x ~/bin/repo
#### 使用每月更新的初始化包
由于首次同步需要下载约 60GB 数据,过程中任何网络故障都可能造成同步失败,我们强烈建议您使用初始化包进行初始化。
由于首次同步需要下载约 80GB 数据,过程中任何网络故障都可能造成同步失败,我们强烈建议您使用初始化包进行初始化。
下载 <{{ site.url }}/aosp-monthly/aosp-latest.tar>,下载完成后记得根据 checksum.txt 的内容校验一下。
@ -93,7 +93,7 @@ repo sync
由于 AOSP 镜像需求量巨大,且 Git 服务占资源较多TUNA 服务器因 AOSP 产生的负载已经占主要部分。
如果你是团队用户,我们强烈建议你通过 TUNA 建立次级镜像,再分享给团队内其他用户,减轻 TUNA 服务器压力。
建立 AOSP 镜像需要占用约 850G 磁盘。
建立 AOSP 镜像需要占用约 2.5TB 磁盘。
具体步骤为: