From 664327db5fe5f25c0342e6a87f961e8c3c6fd367 Mon Sep 17 00:00:00 2001 From: Anran Zhang Date: Tue, 15 Jun 2021 13:44:45 +0800 Subject: [PATCH] Update BannerView.xaml --- src/App/Controls/Bili/BannerView.xaml | 31 +++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/src/App/Controls/Bili/BannerView.xaml b/src/App/Controls/Bili/BannerView.xaml index e4802c7..166d85d 100644 --- a/src/App/Controls/Bili/BannerView.xaml +++ b/src/App/Controls/Bili/BannerView.xaml @@ -5,6 +5,8 @@ xmlns:bilibili="using:Richasy.Bili.Models.BiliBili" xmlns:controls="using:Microsoft.UI.Xaml.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:hn="using:HN.Controls" + xmlns:icons="using:Fluent.Icons" xmlns:local="using:Richasy.Bili.App.Controls" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" d:DesignHeight="300" @@ -69,12 +71,37 @@ - + ToolTipService.ToolTip="{x:Bind Title}"> + + + + + + + + + + + + + + + -- GitLab