chore: update

main
NoahLan 1 week ago
parent 8fdff03665
commit 13ae5372d6

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

Loading…
Cancel
Save