refactor: rewrite commit web link

* add support for Bitbucket
This commit is contained in:
leo 2024-08-15 10:39:31 +08:00
parent 48de509c63
commit bf6ac4d20d
No known key found for this signature in database
4 changed files with 13 additions and 9 deletions

View file

@ -3,6 +3,6 @@
public class CommitLink
{
public string Name { get; set; } = null;
public string URLTemplate { get; set; } = null;
public string URLPrefix { get; set; } = null;
}
}