feat:基础功能实现
feat: 重构 TodoList 架构,新增动态 API 与 MAUI 内嵌 Web 服务 feat:优化交互逻辑,优化发布流程
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<Shell
|
||||
x:Class="TodoList.Maui.AppShell"
|
||||
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:local="clr-namespace:TodoList.Maui"
|
||||
xmlns:views="clr-namespace:TodoList.Maui.Views"
|
||||
Title="TodoList.Maui">
|
||||
|
||||
<ShellContent
|
||||
Title="Home"
|
||||
Route="MainPage" />
|
||||
</Shell>
|
||||
Reference in New Issue
Block a user