This commit is contained in:
ZXMushroom63 2025-05-01 18:06:48 +08:00
commit a2de8a4db9
2 changed files with 14 additions and 11 deletions

View File

@ -24,9 +24,8 @@ const MINIFY = function () {
};
};
async function minify(input, parser, EFIConfig) {
if (globalThis.process) {
var _status = console.log;
}
var _status = globalThis._status || console.log;
let isHtml = true;
let inputHtml = input;

View File

@ -126,14 +126,18 @@
<summary>
Where can I download an unobfuscated unsigned Eaglercraft build?
</summary>
<a
href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest"
>1.8: https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest</a
>
<a
href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest"
>1.12: https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest</a
>
<p>
<strong>1.8:</strong>
<a href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest">
https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest
</a>
</p>
<p>
<strong>1.12:</strong>
<a href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest">
https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest
</a>
</p>
</details>
<details>
<summary>