feat: 完成基本的 model

This commit is contained in:
loveuer
2025-07-10 22:39:41 +08:00
parent 84348f9eaf
commit 99cbe8c523
13 changed files with 400 additions and 14 deletions

5
.vscode/launch.json vendored
View File

@ -13,7 +13,10 @@
"-X loveuer/utodo/internal/opt.Version=0.0.1-beta -s -w"
],
"args": [
"--debug"
"svc",
"--debug",
"--db",
"dist/data.db"
]
}
]