feat: Added a settings page.

This commit is contained in:
real-zony
2024-06-28 15:07:06 +08:00
parent 5ccd8a7c53
commit 4f15d06e63
14 changed files with 201 additions and 46 deletions

11
Directory.Build.props Normal file
View File

@@ -0,0 +1,11 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>5.0.0.0</Version>
<Authors>Zony(real-zony)</Authors>
<RepositoryUrl>https://github.com/real-zony/ZonyLrcToolsX</RepositoryUrl>
</PropertyGroup>
</Project>