您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
13 行
685 B
13 行
685 B
namespace ParrelSync
|
|
{
|
|
public class ExternalLinks
|
|
{
|
|
public const string RemoteVersionURL = "https://raw.githubusercontent.com/VeriorPies/ParrelSync/master/VERSION.txt";
|
|
public const string Releases = "https://github.com/VeriorPies/ParrelSync/releases";
|
|
public const string CustomArgumentHelpLink = "https://github.com/VeriorPies/ParrelSync/wiki/Argument";
|
|
|
|
public const string GitHubHome = "https://github.com/VeriorPies/ParrelSync/";
|
|
public const string GitHubIssue = "https://github.com/VeriorPies/ParrelSync/issues";
|
|
public const string FAQ = "https://github.com/VeriorPies/ParrelSync/wiki/Troubleshooting-&-FAQs";
|
|
}
|
|
}
|