Skip to content

Commit 4c93545

Browse files
feat: 🎸 add app type
1 parent b735977 commit 4c93545

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎lib/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const launchApp = () => {
2222
param += `&orderNo=${Search.getDefault('orderNo', '')}`;
2323
}
2424

25-
if (type === '1015') {
25+
if (type === '1015' || type === '1022') {
2626
param += `&carNo=${Search.getDefault('carNo', '')}`;
2727
}
2828

‎scripts/publish.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
echo 'publish with proxy:'
4-
git config --global http.https://github.com.proxy http://127.0.0.1:10080
5-
git config --global https.https://github.com.proxy https://127.0.0.1:10080
4+
# git config --global http.https://github.com.proxy http://127.0.0.1:10080
5+
# git config --global https.https://github.com.proxy https://127.0.0.1:10080
66
yarn np
7-
git config --global --unset http.https://github.com.proxy
8-
git config --global --unset https.https://github.com.proxy
7+
# git config --global --unset http.https://github.com.proxy
8+
# git config --global --unset https.https://github.com.proxy

0 commit comments

Comments
 (0)