Misc fixes

grpc.aoba.app for grpc calls
This commit is contained in:
2025-05-21 23:43:29 -04:00
parent 7061b4c313
commit 224d00718f
7 changed files with 13 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ public class ShareXDestination
public Dictionary<string, string> Arguments { get; set; } = new() { { "name", "$filename$" } };
public string FileFormName { get; set; } = "file";
public string[] RegexList { get; set; } = ["([^/]+)/?$"];
public string URL { get; set; } = "https://aoba.app$json:url$";
public string URL { get; set; } = "https://aoba.app{json:url}";
public string? ThumbnailURL { get; set; }
public string? DeletionURL { get; set; }
}