mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-15 21:12:53 +08:00
Update gacha_records.html
Change the colour scheme to make it look more comfortable.
This commit is contained in:
parent
824600cc45
commit
7625d6653d
@ -6,6 +6,9 @@
|
|||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
font-weight:300;
|
font-weight:300;
|
||||||
}
|
}
|
||||||
@ -40,7 +43,7 @@
|
|||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
.yellow {
|
.yellow {
|
||||||
color: yellow;
|
color: rgb(255, 162, 0);
|
||||||
}
|
}
|
||||||
.blue {
|
.blue {
|
||||||
color: rgb(75, 107, 251);
|
color: rgb(75, 107, 251);
|
||||||
@ -52,16 +55,16 @@
|
|||||||
<title>Gacha Records</title>
|
<title>Gacha Records</title>
|
||||||
<script>
|
<script>
|
||||||
// Debug entry
|
// Debug entry
|
||||||
// record = [
|
record = [
|
||||||
// {"time": 10000341, "item": 1001},
|
{"time": 10000341, "item": 1041},
|
||||||
// {"time": 10000342, "item": 1002},
|
{"time": 10000342, "item": 1032},
|
||||||
// {"time": 10000343, "item": 1003},
|
{"time": 10000343, "item": 1035},
|
||||||
// ];
|
];
|
||||||
// maxPage = 5;
|
maxPage = 5;
|
||||||
|
|
||||||
// in production environment
|
// in production environment
|
||||||
record = {{REPLACE_RECORD}};
|
//record = {{REPLACE_RECORD}};
|
||||||
maxPage = {{REPLACE_MAXPAGE}};
|
//maxPage = {{REPLACE_MAXPAGE}};
|
||||||
|
|
||||||
// TODO: implement this mapper by yourself
|
// TODO: implement this mapper by yourself
|
||||||
// I don't want to put real items' name here to avoid being DMCA'd
|
// I don't want to put real items' name here to avoid being DMCA'd
|
||||||
@ -70,7 +73,7 @@
|
|||||||
200: "Standard",
|
200: "Standard",
|
||||||
301: "Event Avatar",
|
301: "Event Avatar",
|
||||||
302: "Event Weapon",
|
302: "Event Weapon",
|
||||||
1041 : ["M0n4", "yellow"],
|
1041 : ["M0n4", "blue"],
|
||||||
1032 : ["B4nn477", "purple"],
|
1032 : ["B4nn477", "purple"],
|
||||||
1035 : ["77", "yellow"]
|
1035 : ["77", "yellow"]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user