web-build.bat 45 B

1234
  1. @echo off
  2. chcp 65001 >nul
  3. npm run build
  4. pause