mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 02:45:12 +08:00
Fix
This commit is contained in:
parent
7625d6653d
commit
fe2d2e8e81
@ -55,16 +55,16 @@
|
|||||||
<title>Gacha Records</title>
|
<title>Gacha Records</title>
|
||||||
<script>
|
<script>
|
||||||
// Debug entry
|
// Debug entry
|
||||||
record = [
|
// record = [
|
||||||
{"time": 10000341, "item": 1041},
|
// {"time": 10000341, "item": 1041},
|
||||||
{"time": 10000342, "item": 1032},
|
// {"time": 10000342, "item": 1032},
|
||||||
{"time": 10000343, "item": 1035},
|
// {"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
|
||||||
|
Loading…
Reference in New Issue
Block a user