Skip to content

Commit

Permalink
Switch to app.cs.tsinghua.edu.cn
Browse files Browse the repository at this point in the history
  • Loading branch information
UNIDY2002 authored Jun 11, 2024
1 parent fba4f95 commit d1b3e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThuInfoWeb/VersionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public VersionManager(ILogger<VersionManager> logger, Data data,IConfiguration c
OS.Android => new VersionDto
{
CreatedTime = _currentVersionOfAndroid.CreatedTime,
DownloadUrl = "https://thuinfo.net/api/apk",
DownloadUrl = "https://app.cs.tsinghua.edu.cn/api/apk",
ReleaseNote = _currentVersionOfAndroid.ReleaseNote,
VersionName = _currentVersionOfAndroid.VersionName,
},
Expand Down

0 comments on commit d1b3e0f

Please sign in to comment.