hust-open-atom-club / hust-mirrors

华中科技大学开源镜像站前端
https://mirrors.hust.edu.cn
MIT License
67 stars 21 forks source link

[Feature] [发行版下载] 支持 msys2 #79

Closed jxlpzqc closed 1 week ago

jxlpzqc commented 2 months ago

任务描述:在镜像站的 发行版下载页面 中支持 msys2 的下载

  1. 学习正则表达式用法
  2. 观察 msys 源 的目录结构,找到安装包的位置
  3. 参考 ci/releases.conf 中的已有内容,增加一个条目,并编写一个表达式,使得其可以匹配 第二步找到的安装包路径。

[附] 正则表达式调试工具:https://regex101.com/

mudongliang commented 1 week ago

功能已经完成,关闭 issue

image