mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-25 11:18:26 +00:00
7 lines
146 B
Batchfile
7 lines
146 B
Batchfile
@echo off
|
|
echo psd2ui:: Drag and drop a file or folder
|
|
set /p var=
|
|
|
|
node ./dist/index.js --engine-version v342 --pinyin --input %var%
|
|
pause
|