forked from JumpKingPlus/JumpKingPlus.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workshop.html
38 lines (36 loc) · 1.23 KB
/
workshop.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: workshop
type: workshop
title: Workshop
collection-limit: 4
reskin-limit: 20
level-limit: 8
levelId: 0
scores: ["Easy","Normal","Challenging","Moderate","Hard","Insane","Impossible"]
---
<!-- Swiper JS -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="../tinglejs/tingle.css">
<script src="../tinglejs/tingle.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script>
function DlPlusOne(value, link) {
var xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.countapi.xyz/hit/JumpKingPlus/level"+value);
xhr.responseType = "json";
xhr.onload = function() {
if (!!this.response.value) {
location.href = link;
}
}
xhr.send();
}
</script>
{% comment %}
{% include_relative workshop/betatesting.html %}
{% endcomment %}
{% include_relative workshop/reskins.html %}
{% include_relative workshop/skincollections.html %}
{% include_relative workshop/levels.html %}