From fd88b289511a5125b8d616ea110ccab2673ef752 Mon Sep 17 00:00:00 2001 From: to_mo_to <70244515+NLick47@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:54:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E9=99=A4inter=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=8C=85=20(#308)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Packages.props | 1 - DownKyi/App.axaml | 4 ++-- DownKyi/DownKyi.csproj | 1 - DownKyi/Program.cs | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 685110b..dcad14f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,7 +3,6 @@ - diff --git a/DownKyi/App.axaml b/DownKyi/App.axaml index 43de326..d740a6f 100644 --- a/DownKyi/App.axaml +++ b/DownKyi/App.axaml @@ -11,8 +11,8 @@ - Simsun,微软雅黑,Microsoft YaHei,苹方-简,宋体-简,fonts:Inter#Inter,$Default - Simsun,微软雅黑,Microsoft YaHei,苹方-简,宋体-简,fonts:Inter#Inter,$Default + Simsun,微软雅黑,Microsoft YaHei,苹方-简,宋体-简,$Default + Simsun,微软雅黑,Microsoft YaHei,苹方-简,宋体-简,$Default diff --git a/DownKyi/DownKyi.csproj b/DownKyi/DownKyi.csproj index 7e85272..4266b92 100644 --- a/DownKyi/DownKyi.csproj +++ b/DownKyi/DownKyi.csproj @@ -27,7 +27,6 @@ - diff --git a/DownKyi/Program.cs b/DownKyi/Program.cs index 197ad12..33db543 100644 --- a/DownKyi/Program.cs +++ b/DownKyi/Program.cs @@ -19,5 +19,5 @@ sealed class Program #if DEBUG .LogToTrace() #endif - .WithInterFont(); + ; } \ No newline at end of file