1.更换软件协议为AGPL
2.切换项目名称为Hua.Todo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<Shell
|
||||
x:Class="Hua.Todo.Maui.AppShell"
|
||||
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:local="clr-namespace:Hua.Todo.Maui"
|
||||
xmlns:views="clr-namespace:Hua.Todo.Maui.Views"
|
||||
Title="Hua.Todo.Maui">
|
||||
|
||||
<ShellContent
|
||||
Title="Home"
|
||||
Route="MainPage" />
|
||||
</Shell>
|
||||
Reference in New Issue
Block a user