chore: 将项目名称统一为 yield-smart-app

- 更新 pyproject.toml 中的包名
  - 同步 uv.lock 中的包名
  - 更新 README.md 中的项目目录和 Docker 镜像名称
  - 更新 justfile 和 main.py 中的引用名称
This commit is contained in:
zhenghu
2026-04-13 17:51:36 +08:00
parent 3e34770e64
commit 1c97a065a7
5 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "yield-smart"
name = "yield-smart-app"
version = "0.1.0"
description = "农业智能决策系统 - 基于多因子 Cobb-Douglas 产量模型的作物种植决策支持应用"
readme = "README.md"