From 32f12c8592935940966d06862f711542f0533ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B0=D0=B2=D1=80=D0=B5=D0=B4=20=7C=20Glavred?= Date: Fri, 18 Dec 2020 16:17:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=D1=82=20=D0=93=D0=BB=D0=B0=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=20=D0=93=D0=B8=D1=82=D0=96=D0=A1=20|=20Chang?= =?UTF-8?q?es=20of=20GitJS=20Glavred?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0000 | 2 +- 🎬.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/0000 b/0000 index 1302e5b..d157a3a 100644 --- a/0000 +++ b/0000 @@ -1,5 +1,5 @@ Проверить JSZip -0.1.0 +1.0.0 https://git.opengamestudio.org/kornerr/nPOBEPuTb-JSZip /jszip.min.js diff --git a/🎬.js b/🎬.js index a3f2a2a..8fa8027 100644 --- a/🎬.js +++ b/🎬.js @@ -1,12 +1,12 @@ -const АДРЕС_АРХИВА = "https://git.opengamestudio.org/kornerr/nPOBEPuTb-JSZip-PEC/raw/branch/master/zip_TEMA_M1K.zip"; - +//const АДРЕС_АРХИВА = "https://git.opengamestudio.org/kornerr/nPOBEPuTb-JSZip-PEC/raw/branch/master/zip_TEMA_M1K.zip"; +const АДРЕС_АРХИВА = "https://git.opengamestudio.org/kornerr/nPOBEPuTb-JSZip-PEC/raw/branch/master/zip_10M.zip"; // // // // ИзучитьАрхив = мир => { - мир.архив.file("zip_TEMA_M1K/0000").async("string").then(function(содержимое) { + мир.архив.file("zip_10M/0000").async("string").then(function(содержимое) { document.body.innerHTML += `
${содержимое}
`; }); };