初始版本

This commit is contained in:
ShaoHua
2025-12-31 04:06:10 +08:00
parent 57cfd16e7b
commit 83ad246708
16 changed files with 363 additions and 965 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ namespace TodoList
try
{
_settingsService = new SettingsService();
_dataService = new FileDataService();
_dataService = new SqliteDataService();
_shortcutService = new GlobalShortcutService();
var mainViewModel = new MainViewModel(_dataService, _settingsService);