Initialize project with version 0.1.0 and update package configurations

- Created package-lock.json for dependency management.
- Updated package.json and frontend package.json to version 0.1.0.
- Adjusted backend pyproject.toml to reflect version 0.1.0.
- Introduced uv.lock for Python dependency resolution.
This commit is contained in:
666ghj
2025-12-18 18:30:29 +08:00
parent 97a64947d4
commit 136843ada9
6 changed files with 3841 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
[project]
name = "mirofish-backend"
version = "1.0.0"
version = "0.1.0"
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "Apache-2.0" }
authors = [