mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-02 15:50:49 +08:00
feat: add urls.
This commit is contained in:
@@ -45,6 +45,8 @@ public partial class AboutUsViewModel: ObservableObject
|
|||||||
private static readonly IReadOnlyDictionary<string, string> _keyToUrlMapping = new Dictionary<string, string>()
|
private static readonly IReadOnlyDictionary<string, string> _keyToUrlMapping = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
["semi"] = "https://github.com/irihitech/Semi.Avalonia",
|
["semi"] = "https://github.com/irihitech/Semi.Avalonia",
|
||||||
|
["ursa"] = "https://github.com/irihitech/Ursa.Avalonia",
|
||||||
|
["mantra"] = "https://www.bilibili.com/video/BV15pfKYbEEQ",
|
||||||
};
|
};
|
||||||
|
|
||||||
private async Task OnNavigateAsync(string? arg)
|
private async Task OnNavigateAsync(string? arg)
|
||||||
|
|||||||
Reference in New Issue
Block a user