diff --git a/conda-go-webui.bat b/conda-go-webui.bat new file mode 100644 index 00000000..271ccf30 --- /dev/null +++ b/conda-go-webui.bat @@ -0,0 +1,4 @@ +chcp 65001 +cd /d %~dp0 +conda activate %1 +python -I webui.py zh_CN \ No newline at end of file