Skip to content

Commit

Permalink
[mod] Modify cdn domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Dec 5, 2023
1 parent ca7e55b commit 9ee6d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/manager/mirror.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub async fn init() {
// 从网络获取镜像地址
async fn get() -> Result<Mirror> {
let mirror = match CLIENT
.get("https://cdn.jsdelivr.net/gh/Borber/tran@latest/resource/mirror.json")
.get("https://fastly.jsdelivr.net/gh/Borber/tran@latest/resource/mirror.json")
.send()
.await
{
Expand Down

0 comments on commit 9ee6d4b

Please sign in to comment.