From 7659a8e4982d44deb95f3681a6b975538f79aba3 Mon Sep 17 00:00:00 2001 From: sharworange Date: Tue, 5 Mar 2024 22:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.axaml | 2 +- MainWindow.axaml | 4 ++-- README.md | 2 +- wheel_mcl.csproj => toast_mcl.csproj | 1 + wheel_mcl.sln => toast_mcl.sln | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) rename wheel_mcl.csproj => toast_mcl.csproj (96%) rename wheel_mcl.sln => toast_mcl.sln (88%) diff --git a/App.axaml b/App.axaml index 79d46df..b320257 100644 --- a/App.axaml +++ b/App.axaml @@ -11,6 +11,6 @@ - avares://wheel_mcl/Assets/Fonts/LXGWWenKai.ttf#LXGW WenKai + avares://toast_mcl/Assets/Fonts/LXGWWenKai.ttf#LXGW WenKai \ No newline at end of file diff --git a/MainWindow.axaml b/MainWindow.axaml index d91bb8a..824674c 100644 --- a/MainWindow.axaml +++ b/MainWindow.axaml @@ -2,10 +2,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:local="clr-namespace:wheel_mcl;assembly=wheel_mcl" + xmlns:local="clr-namespace:wheel_mcl;assembly=toast_mcl" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="wheel_mcl.MainWindow" - Title="wheel_mcl" FontFamily="LXGW WenKai"> + Title="toast_mcl" FontFamily="LXGW WenKai"> diff --git a/README.md b/README.md index eba57b6..a796f64 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# wheel_mcl \ No newline at end of file +# toast_mcl \ No newline at end of file diff --git a/wheel_mcl.csproj b/toast_mcl.csproj similarity index 96% rename from wheel_mcl.csproj rename to toast_mcl.csproj index a9ce5a8..06eb5a3 100644 --- a/wheel_mcl.csproj +++ b/toast_mcl.csproj @@ -7,6 +7,7 @@ app.manifest true true + wheel_mcl diff --git a/wheel_mcl.sln b/toast_mcl.sln similarity index 88% rename from wheel_mcl.sln rename to toast_mcl.sln index ea04d5f..3a7d3a9 100644 --- a/wheel_mcl.sln +++ b/toast_mcl.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34525.116 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wheel_mcl", "wheel_mcl.csproj", "{CD9E6832-7FE8-4DF8-8B47-D836EA1DF961}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "toast_mcl", "toast_mcl.csproj", "{CD9E6832-7FE8-4DF8-8B47-D836EA1DF961}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution