Skip to content

Commit

Permalink
更新AutoPluginManager链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Controllerdestiny committed Aug 19, 2024
1 parent 8ccb5d5 commit c240ae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AutoPluginManager/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ public class Plugin : TerrariaPlugin
{
public override string Name => "AutoPluginManager";

public override Version Version => new(2, 0, 0, 2);
public override Version Version => new(2, 0, 0,3);

public override string Author => "少司命,Cai";

public override string Description => "自动更新你的插件!";

private const string ReleaseUrl = "https://github.com/Controllerdestiny/TShockPlugin/releases/download/V1.0.0.0/Plugins.zip";
private const string ReleaseUrl = "https://github.com/UnrealMultiple/TShockPlugin/releases/download/V1.0.0.0/Plugins.zip";

private const string PUrl = "https://github.moeyy.xyz/";

private const string PluginsUrl = "https://raw.githubusercontent.com/Controllerdestiny/TShockPlugin/master/Plugins.json";
private const string PluginsUrl = "https://raw.githubusercontent.com/UnrealMultiple/TShockPlugin/master/Plugins.json";

private static readonly HttpClient _httpClient = new();

Expand Down

0 comments on commit c240ae3

Please sign in to comment.