8 lines
369 B
Batchfile
8 lines
369 B
Batchfile
xcopy ciydao\components\ciy* ciyon_ap\components /s /y /v
|
|
xcopy ciydao\pages\demo ciyon_ap\pages\demo /s /y /v
|
|
xcopy ciydao\pages\main ciyon_ap\pages\main /s /y /v
|
|
xcopy ciydao\pages\pub ciyon_ap\pages\pub /s /y /v
|
|
xcopy ciydao\util ciyon_ap\util /s /y /v
|
|
xcopy ciydao\main.js ciyon_ap\main.js /s /y /v
|
|
xcopy ciydao\vite.config.js ciyon_ap\vite.config.js /s /y /v
|
|
pause |