1.更换软件协议为AGPL

2.切换项目名称为Hua.Todo
This commit is contained in:
ShaoHua
2026-04-06 22:06:30 +08:00
parent 40a91e39b6
commit 758f6772c6
147 changed files with 1203 additions and 644 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
# TodoList 实现对比文档
# Hua.Todo 实现对比文档
## 项目概述
本项目是一个基于 MAUI + WebView 架构开发的跨平台待办事项管理应用。
本项目是一个基于 MAUI + WebView 架构开发的跨平台代办管理应用。
## 实现进度
@@ -182,9 +182,9 @@
## 当前运行状态
### 服务状态
-**TodoList.Api**: 运行中 (http://localhost:5173)
-**TodoList.Web**: 运行中 (http://localhost:5173)
-**TodoList.Maui**: 运行中 (Windows 桌面应用)
-**Hua.Todo.Api**: 运行中 (http://localhost:5173)
-**Hua.Todo.Web**: 运行中 (http://localhost:5173)
-**Hua.Todo.Maui**: 运行中 (Windows 桌面应用)
### 修复的 Bug
- ✅ 修复了 QuickEntryPage.xaml.cs 中的插值字符串转义问题