Изменения от Главреда ГитЖС | Changes of GitJS Glavred
This commit is contained in:
2
0000
2
0000
@@ -1,5 +1,5 @@
|
|||||||
Проверить JSZip
|
Проверить JSZip
|
||||||
0.1.0
|
1.0.0
|
||||||
https://git.opengamestudio.org/kornerr/nPOBEPuTb-JSZip
|
https://git.opengamestudio.org/kornerr/nPOBEPuTb-JSZip
|
||||||
|
|
||||||
/jszip.min.js
|
/jszip.min.js
|
||||||
|
|||||||
6
🎬.js
6
🎬.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 += `<pre>${содержимое}</pre>`;
|
document.body.innerHTML += `<pre>${содержимое}</pre>`;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user