Init: 导入源码

This commit is contained in:
Kevin Wong
2026-01-15 14:24:32 +08:00
parent cc51c063bd
commit 15728dfdaf
4 changed files with 145 additions and 2 deletions

View File

@@ -1,2 +1,12 @@
# PathWarp
## Windows上Samba访问地址切换成Ubuntu实际路径小工具
### 安装步骤
```bash
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python path_gui.py
pyinstaller --noconsole --icon=logo.ico --name="PathWarp" path_gui.py
```