From 21ee649497500aab6ce47000710b8b9a60f6f8d1 Mon Sep 17 00:00:00 2001 From: xyzshen <304565162@qq.com> Date: Wed, 7 Apr 2021 18:51:44 +0800 Subject: [PATCH] add get solc-bin js shell Signed-off-by: xyzshen <304565162@qq.com> --- .gitignore | 1 + dist/index.html | 2 +- ...85d17674e.js => 0.1ffbd173d2bc24f015ea.js} | 2 +- ...74e.js.gz => 0.1ffbd173d2bc24f015ea.js.gz} | Bin 228345 -> 228348 bytes get_solc_js.sh | 71 ++++++++++++++++++ src/views/chaincode/components/code.vue | 2 +- 6 files changed, 75 insertions(+), 3 deletions(-) rename dist/static/js/{0.886338d26d485d17674e.js => 0.1ffbd173d2bc24f015ea.js} (89%) rename dist/static/js/{0.886338d26d485d17674e.js.gz => 0.1ffbd173d2bc24f015ea.js.gz} (60%) create mode 100644 get_solc_js.sh diff --git a/.gitignore b/.gitignore index 2e9c4927..826fd16c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ package-lock.json *.ntvs* *.njsproj *.sln +v0.*.js \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index ce88db19..81cd26b3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -21,7 +21,7 @@ height: 100%; margin: 0px; padding: 0px; - }