Skip to content

Commit

Permalink
Parser: xjtu: change from tmp to parser in upstream list
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithalHourlyRate committed Apr 9, 2021
1 parent 67f989c commit 94b8cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mirrors.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = [
"https://mirrors.nwafu.edu.cn/api/mirrorz/info.json",
"https://mirrorz.org/static/tmp/bjtu.json",
"https://mirrorz.org/static/tmp/njupt.json",
"https://mirrorz.org/static/tmp/xjtu.json",
"https://mirrorz.org/static/tmp/tongji.json",
"https://mirrorz.org/static/json/legacy/cqu.json",
"https://mirrorz.org/static/json/legacy/uestc.json",
Expand All @@ -27,4 +26,5 @@ module.exports = [
"https://mirrorz.org/static/json/legacy/byrio.json",
"https://mirrorz.org/static/json/legacy/cqupt.json",
"https://mirrorz.org/static/json/legacy/ynuosa.json",
"https://mirrorz.org/static/json/legacy/xjtu.json",
]
4 changes: 2 additions & 2 deletions upstream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import nano from "./../parser/nano";
import neo from "./../parser/neo";
import hit from "./../parser/hit";
import cqu from "./../parser/cqu";
//const xjtu = require("./../parser/xjtu");
import xjtu from "./../parser/xjtu";
//const neu = require("./../parser/neu");
import nyist from "./../parser/nyist";
import scau from "./../parser/scau";
Expand All @@ -30,7 +30,6 @@ const upstreams: (string | Parser)[] = [
"https://mirrors.nwafu.edu.cn/api/mirrorz/info.json",
"https://mirrorz.org/static/tmp/bjtu.json",
"https://mirrorz.org/static/tmp/njupt.json",
"https://mirrorz.org/static/tmp/xjtu.json",
"https://mirrorz.org/static/tmp/tongji.json",
"https://mirrorz.org/static/tmp/neu.json",
lzu,
Expand All @@ -50,6 +49,7 @@ const upstreams: (string | Parser)[] = [
byrio,
cqupt,
ynuosa,
xjtu,
];

export default upstreams;

0 comments on commit 94b8cda

Please sign in to comment.