Skip to content

Commit

Permalink
update: 异步下载文件
Browse files Browse the repository at this point in the history
  • Loading branch information
xmapst committed May 29, 2023
1 parent 4cdb3f5 commit eebb6f9
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 21 deletions.
4 changes: 2 additions & 2 deletions 01-build_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ for i in ${DistList}; do
fi
echo "Building ${Platforms} ${Archs}..."
# shellcheck disable=SC2027
BinaryName="kftools_${Platforms}_${Archs}"
BinaryName="kubefilebrowser_${Platforms}_${Archs}"
if [ "${Platforms}" == "windows" ];then
BinaryName="kftools_${Platforms}_${Archs}.exe"
BinaryName="kubefilebrowser_${Platforms}_${Archs}.exe"
fi
CGO_ENABLED=0 GOOS=${Platforms} GOARCH=${Archs} go build -a -ldflags "${LDFLAGS}" -o "${BinaryName}" cmd/server/main.go
# shellcheck disable=SC2181
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>KubeFileBrowser</title><script defer="defer" src="/js/chunk-vendors.694be620.js"></script><script defer="defer" src="/js/app.591561df.js"></script><link href="/css/chunk-vendors.6f590a75.css" rel="stylesheet"><link href="/css/app.a289a967.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>KubeFileBrowser</title><script defer="defer" src="/js/chunk-vendors.694be620.js"></script><script defer="defer" src="/js/app.29e04c7f.js"></script><link href="/css/chunk-vendors.6f590a75.css" rel="stylesheet"><link href="/css/app.a289a967.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
2 changes: 1 addition & 1 deletion static/js/161.3d5f4586.js → static/js/161.3b0bfc18.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/js/178.a213efe8.js.map

This file was deleted.

6 changes: 3 additions & 3 deletions static/js/178.a213efe8.js → static/js/178.b03e1446.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/178.b03e1446.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions static/js/218.c75fd4fc.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/218.c75fd4fc.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/js/499.101b571e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/499.101b571e.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/71.6aa6dc80.js → static/js/71.5a3e1447.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/826.0b93d125.js → static/js/826.dec69ffd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eebb6f9

Please sign in to comment.