From d50818b347463a37e9ac0a1ac0c4a332c7908bff Mon Sep 17 00:00:00 2001 From: Nlick47 <2247717951@qq.com> Date: Fri, 18 Apr 2025 20:02:40 +0800 Subject: [PATCH 1/3] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=94=B9=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E9=A1=B5DataGrid=E9=80=89=E4=B8=AD=E8=A1=8C=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/Views/ViewVideoDetail.axaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/DownKyi/Views/ViewVideoDetail.axaml b/DownKyi/Views/ViewVideoDetail.axaml index ca0d418..8c4bff6 100644 --- a/DownKyi/Views/ViewVideoDetail.axaml +++ b/DownKyi/Views/ViewVideoDetail.axaml @@ -7,6 +7,14 @@ xmlns:behavior="clr-namespace:DownKyi.CustomAction" xmlns:asyncImageLoader="clr-namespace:DownKyi.CustomControl.AsyncImageLoader" x:DataType="vm:ViewVideoDetailViewModel"> + + + + + + + + @@ -428,6 +436,18 @@ + + + + + + + + Date: Fri, 18 Apr 2025 21:18:37 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/Themes/ColorBrush.axaml | 2 ++ DownKyi/Themes/Colors/ColorDark.axaml | 2 ++ DownKyi/Themes/Colors/ColorDefault.axaml | 2 ++ DownKyi/Views/ViewVideoDetail.axaml | 9 ++++++++- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/DownKyi/Themes/ColorBrush.axaml b/DownKyi/Themes/ColorBrush.axaml index 9e36f36..245dc29 100644 --- a/DownKyi/Themes/ColorBrush.axaml +++ b/DownKyi/Themes/ColorBrush.axaml @@ -56,5 +56,7 @@ + + \ No newline at end of file diff --git a/DownKyi/Themes/Colors/ColorDark.axaml b/DownKyi/Themes/Colors/ColorDark.axaml index dbfee3b..ce24e0c 100644 --- a/DownKyi/Themes/Colors/ColorDark.axaml +++ b/DownKyi/Themes/Colors/ColorDark.axaml @@ -19,5 +19,7 @@ Black white #FF141414 + + #096085 diff --git a/DownKyi/Themes/Colors/ColorDefault.axaml b/DownKyi/Themes/Colors/ColorDefault.axaml index 6277975..cb91da1 100644 --- a/DownKyi/Themes/Colors/ColorDefault.axaml +++ b/DownKyi/Themes/Colors/ColorDefault.axaml @@ -56,5 +56,7 @@ #FFFFAE00 #FF02B5DA + + #80D0E8 diff --git a/DownKyi/Views/ViewVideoDetail.axaml b/DownKyi/Views/ViewVideoDetail.axaml index 8c4bff6..0effb65 100644 --- a/DownKyi/Views/ViewVideoDetail.axaml +++ b/DownKyi/Views/ViewVideoDetail.axaml @@ -442,8 +442,15 @@ BasedOn="{StaticResource {x:Type DataGridRow}}"> + + + + From d1352419528ab8fe199a068d73bdd7c10afce318 Mon Sep 17 00:00:00 2001 From: Nlick47 <2247717951@qq.com> Date: Sat, 19 Apr 2025 00:01:38 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=B7=B2=E9=80=89=E4=B8=AD=E9=A1=B9?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E4=B8=8D=E5=8F=97pointerover?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/Views/ViewVideoDetail.axaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DownKyi/Views/ViewVideoDetail.axaml b/DownKyi/Views/ViewVideoDetail.axaml index 0effb65..63933d0 100644 --- a/DownKyi/Views/ViewVideoDetail.axaml +++ b/DownKyi/Views/ViewVideoDetail.axaml @@ -450,7 +450,11 @@ - + +