/mirror-web-legacy

Website of mirror site

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Abandoned.

New repo is at: https://github.com/PKUOSC/Mirror-Web

PKU Mirror 前端

如何添加

如何添加到Mirrors

修改/src/assets/mirrors.json

data字段下添加如下格式的内容:

"Name": {
  "url": 仓库地址
}

如何添加到Help

  1. /src/components/help下新建帮助.vue

帮助将作为内部索引及地址栏参数,帮助显示名称在文件内由name另行指定

  1. 参考Ubuntu.vue为模板

注意markdown文件可放置在/static/help/下通过axios获取

如何建立Mirror和Help的关系

参考"如何添加到Mirrors"

"Name": {
  "url": 仓库地址,
  "help": 帮助的内部索引
}

编译

安装依赖: npm install

编译: npm run build

TODO

  • Fancy index
  • Status page
  • System Download Page
  • Dark mode
  • Multi language