From 87fdfe2867c86ef472d2540deb7b5dad1e47d9db Mon Sep 17 00:00:00 2001 From: Wang Haoyu Date: Mon, 12 Jan 2026 22:43:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controls/Components/DecibelComponent.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controls/Components/DecibelComponent.axaml.cs b/Controls/Components/DecibelComponent.axaml.cs index 4e713bd..f648911 100644 --- a/Controls/Components/DecibelComponent.axaml.cs +++ b/Controls/Components/DecibelComponent.axaml.cs @@ -14,7 +14,7 @@ namespace Decibel_Monitor.Controls.Components; [ComponentInfo( "FFFFFFFF-EEEE-DDDD-CCCC-BBBBBBBBBBBB", "分贝值", - "\uE9B2", + "\uEB88", "在主界面上显示麦克风分贝值。" )] public partial class DecibelComponent : ComponentBase, INotifyPropertyChanged, IDisposable