v1.3.0: 修复pinmap_layout周长公式,新增PinList→PinMAP反向转换完整支持
This commit is contained in:
25
run.bat
25
run.bat
@@ -1,14 +1,11 @@
|
||||
@ECHO OFF
|
||||
:: 初始化区
|
||||
chcp 65001 >nul
|
||||
title PinMAP转PinList -By:LeeQwQ
|
||||
mode con cols=80 lines=50
|
||||
color 0B
|
||||
cls
|
||||
|
||||
cd /d "%~dp0Code\src"
|
||||
python main.py
|
||||
|
||||
echo.
|
||||
pause
|
||||
EXIT
|
||||
@ECHO OFF
|
||||
chcp 65001 >nul
|
||||
title PinMAP转PinList -By:LeeQwQ
|
||||
mode con cols=80
|
||||
color 0B
|
||||
cls
|
||||
cd /d "%~dp0Code\src"
|
||||
python main.py
|
||||
echo.
|
||||
pause
|
||||
EXIT
|
||||
|
||||
Reference in New Issue
Block a user