mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-04 03:12:27 +00:00
Update Hekate, re-add fusee-primary
This commit is contained in:
parent
0959f79af9
commit
982a1817ef
@ -118,7 +118,8 @@
|
|||||||
|
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
||||||
<option value="CTCaer_Hekate" id="optionCTCaerHekate" >Hekate</option>
|
<option value="Hekate" id="optionHekate" >Hekate 5.2.1</option>
|
||||||
|
<option value="Atmosphere" id="optionFuseePrimary" >Atmosphère 0.12.0</option>
|
||||||
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
15
main.js
15
main.js
@ -150,19 +150,10 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let payload;
|
let payload;
|
||||||
if (payloadType === "CTCaer_Hekate") {
|
if (payloadType === "Hekate") {
|
||||||
payload = CTCaer_Hekate;
|
payload = hekate;
|
||||||
|
|
||||||
} else if (payloadType === "fusee") {
|
} else if (payloadType === "Atmosphere") {
|
||||||
payload = fusee;
|
|
||||||
|
|
||||||
} else if (payloadType === "sx os") {
|
|
||||||
payload = sx;
|
|
||||||
|
|
||||||
} else if (payloadType === "ReiNX") {
|
|
||||||
payload = ReiNX;
|
|
||||||
|
|
||||||
} else if (payloadType === "atmosphere") {
|
|
||||||
payload = fusee_ams;
|
payload = fusee_ams;
|
||||||
|
|
||||||
} else if (payloadType === "uploaded") {
|
} else if (payloadType === "uploaded") {
|
||||||
|
4
payloads/fusee_ams.js
Normal file
4
payloads/fusee_ams.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user