From 08ee7e4dc0627c92f32e3e6584cc643acefed07d Mon Sep 17 00:00:00 2001 From: Dong Bin Date: Mon, 5 May 2025 22:08:28 +0800 Subject: [PATCH] feat: add urls. --- demo/Semi.Avalonia.Demo/Pages/AboutUs.axaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/Semi.Avalonia.Demo/Pages/AboutUs.axaml.cs b/demo/Semi.Avalonia.Demo/Pages/AboutUs.axaml.cs index eb0a539..a1491c3 100644 --- a/demo/Semi.Avalonia.Demo/Pages/AboutUs.axaml.cs +++ b/demo/Semi.Avalonia.Demo/Pages/AboutUs.axaml.cs @@ -45,6 +45,8 @@ public partial class AboutUsViewModel: ObservableObject private static readonly IReadOnlyDictionary _keyToUrlMapping = new Dictionary() { ["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)