From 989087fd8122d2a3d054bcfe44f6cb17ef3e5a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 14 Apr 2023 22:30:10 +0800 Subject: [PATCH] optimize: append pause to bat (#51) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * optimize: 精简未用到的配置项并在特征提取初步引入mps * add cmd argument: --noautoopen * fix: i18n * fix * fix * add genlocale workflow * add unitest * fix * fix * fix * 优化笔记本 * reintroduce Push changes * disable genlocale on non-main branch * 将笔记本checkout改为stable * 优化代码结构 * make lint happy * make lint happy * 优化 * 优化 * 优化 * fix path on windows okey pack * fix * fix * revert * revert * revert --- go-web.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go-web.bat b/go-web.bat index 2b8efff..6ade321 100644 --- a/go-web.bat +++ b/go-web.bat @@ -1 +1,2 @@ -runtime\python.exe infer-web.py --pycmd runtime\python.exe \ No newline at end of file +runtime\python.exe infer-web.py --pycmd runtime\python.exe +pause