chore: update

main
NoahLan 1 week ago
parent 8fdff03665
commit 13ae5372d6

@ -26,8 +26,8 @@ AI 修改本项目时优先读:
```toml
dependencies = [
"iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.2",
"iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.2.2",
"iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.4",
"iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.2.3",
]
```
@ -97,12 +97,12 @@ uv run pytest -q
```bash
./iti-system.sh release
./iti-system.sh release v0.2.2
./iti-system.sh release v0.2.4
```
Windows:
```bat
iti-system.cmd release
iti-system.cmd release v0.2.2
iti-system.cmd release v0.2.4
```

@ -35,7 +35,7 @@ iti_system = [
]
[tool.uv.sources]
iti-flask = { git = "https://git.noahlan.cn/iti-framework/iTi-Flask.git", tag = "v0.2.2" }
iti-flask = { git = "https://git.noahlan.cn/iti-framework/iTi-Flask.git", tag = "v0.2.4" }
[tool.pytest.ini_options]
testpaths = ["tests"]

Loading…
Cancel
Save