From 4c9354547b59b15076706a313cd4a892300ef035 Mon Sep 17 00:00:00 2001 From: liuxingyun Date: Thu, 1 Aug 2024 14:22:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20app=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app.ts | 2 +- scripts/publish.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/app.ts b/lib/app.ts index 7f48ba4..07e62bb 100644 --- a/lib/app.ts +++ b/lib/app.ts @@ -22,7 +22,7 @@ export const launchApp = () => { param += `&orderNo=${Search.getDefault('orderNo', '')}`; } - if (type === '1015') { + if (type === '1015' || type === '1022') { param += `&carNo=${Search.getDefault('carNo', '')}`; } diff --git a/scripts/publish.sh b/scripts/publish.sh index 6225334..ae1d067 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,8 +1,8 @@ #!/bin/bash echo 'publish with proxy:' -git config --global http.https://github.com.proxy http://127.0.0.1:10080 -git config --global https.https://github.com.proxy https://127.0.0.1:10080 +# git config --global http.https://github.com.proxy http://127.0.0.1:10080 +# git config --global https.https://github.com.proxy https://127.0.0.1:10080 yarn np -git config --global --unset http.https://github.com.proxy -git config --global --unset https.https://github.com.proxy +# git config --global --unset http.https://github.com.proxy +# git config --global --unset https.https://github.com.proxy