feat: 完善 MVP-2 演示和进度体验

This commit is contained in:
meijiali
2026-07-03 16:57:39 +08:00
parent 867fd39419
commit 9935f67080
20 changed files with 1252 additions and 33 deletions
+4
View File
@@ -26,6 +26,10 @@ dev = [
testpaths = ["tests"]
pythonpath = ["."]
[tool.setuptools.packages.find]
include = ["app*"]
exclude = ["data*", "docs*", "tests*"]
[tool.coverage.run]
branch = true
source = ["app"]