diff --git a/DanmakuPlayer/AppConfig.cs b/DanmakuPlayer/AppConfig.cs index 2526f63..a8158b1 100644 --- a/DanmakuPlayer/AppConfig.cs +++ b/DanmakuPlayer/AppConfig.cs @@ -115,8 +115,8 @@ public AppConfig() /// /// 弹幕描边颜色 /// - /// default: 0xFFA9A9A9 - public uint DanmakuStrokeColor { get; set; } = 0xFFA9A9A9; + /// default: 0xFF000000 + public uint DanmakuStrokeColor { get; set; } = 0xFF000000; /// /// 转换大会员彩色弹幕 diff --git a/DanmakuPlayer/Views/Controls/SettingsDialog.xaml b/DanmakuPlayer/Views/Controls/SettingsDialog.xaml index d66b710..9366e9d 100644 --- a/DanmakuPlayer/Views/Controls/SettingsDialog.xaml +++ b/DanmakuPlayer/Views/Controls/SettingsDialog.xaml @@ -3,7 +3,6 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:CommunityToolkit.WinUI.Controls" - xmlns:controls1="using:WinUI3Utilities.Controls" xmlns:converters="using:DanmakuPlayer.Views.Converters" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:fluent="using:FluentIcons.WinUI" @@ -154,7 +153,7 @@ x:Uid="/SettingsDialog/DanmakuStrokeColorCard" HeaderIcon="{fluent:SymbolIcon Symbol=Eyedropper}" IsEnabled="{x:Bind local:C.IsNotZero(Vm.DanmakuStrokeWidth), Mode=OneWay}"> - +