1
0

规范路径命名

This commit is contained in:
2026-02-12 12:10:38 +08:00
parent d8747e9831
commit cccb61e4b9
2 changed files with 1 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ uv sync --dry-run
```bash ```bash
# 临时文件获取 # 临时文件获取
temp_file_path=$(uv run ./script/get_temp_path.py) temp_file_path=$(uv run ./scripts/get_temp_path.py)
``` ```
## Execution Commands ## Execution Commands