Skip to content

Commit

Permalink
add project cover
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 committed Oct 18, 2024
1 parent b190d00 commit c899b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MixApp.Web/Services/RemoteAssets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public static string GetIcon(string packageUrl)

public string GetAssets(string? PackageIdentifier)
{
return baseAddress + $"/assets/{PackageIdentifier ?? string.Empty}.png";
return baseAddress + $"/{PackageIdentifier ?? string.Empty}.png";
}
}
2 changes: 1 addition & 1 deletion MixApp.Web/wwwroot/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BaseAddress": "http://localhost:8080",
"AssetsAddress": "",
"AssetsAddress": "https://oss.conchbrain.club/conchbrain_1qaz2wsx3/mixstore",
"DownloadProxy": "https://cors.conchbrain.club/?"
}
2 changes: 1 addition & 1 deletion MixApp.Web/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BaseAddress": "https://mixapi.conchbrain.club",
"AssetsAddress": "",
"AssetsAddress": "https://oss.conchbrain.club/conchbrain_1qaz2wsx3/mixstore",
"DownloadProxy": "https://cors.conchbrain.club/?"
}

0 comments on commit c899b41

Please sign in to comment.