diff --git a/_script/2、installProject.bat b/_script/2、installProject.bat index 976629a..03e12a1 100644 --- a/_script/2、installProject.bat +++ b/_script/2、installProject.bat @@ -1,5 +1,7 @@ cd ../ +chcp 65001 + node -v pnpm install diff --git a/_script/3、buildAndRun.bat b/_script/3、buildAndRun.bat index 444ef34..cbd694c 100644 --- a/_script/3、buildAndRun.bat +++ b/_script/3、buildAndRun.bat @@ -1,5 +1,7 @@ cd ../packages/gui +chcp 65001 + node -v npm run electron diff --git a/packages/core/src/config/index.js b/packages/core/src/config/index.js index e950a17..8417d3a 100644 --- a/packages/core/src/config/index.js +++ b/packages/core/src/config/index.js @@ -68,7 +68,7 @@ module.exports = { }, // 慢速IP延迟时间:测速超过该值时,则视为延迟高,显示为橙色 - lowSpeedDelay: 150, + lowSpeedDelay: 200, }, compatible: { // **** 自定义兼容配置 **** // diff --git a/packages/gui/src/view/App.vue b/packages/gui/src/view/App.vue index e58fb93..bf54a31 100644 --- a/packages/gui/src/view/App.vue +++ b/packages/gui/src/view/App.vue @@ -1,6 +1,7 @@