Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
fe2d2e8e
Commit
fe2d2e8e
authored
May 02, 2022
by
蓝云Reyes
Committed by
Melledy
May 02, 2022
Browse files
Fix
parent
7625d665
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/gacha_records.html
View file @
fe2d2e8e
...
...
@@ -55,16 +55,16 @@
<title>
Gacha Records
</title>
<script>
// Debug entry
record
=
[
{
"
time
"
:
10000341
,
"
item
"
:
1041
},
{
"
time
"
:
10000342
,
"
item
"
:
1032
},
{
"
time
"
:
10000343
,
"
item
"
:
1035
},
];
maxPage
=
5
;
//
record = [
//
{"time": 10000341, "item": 1041},
//
{"time": 10000342, "item": 1032},
//
{"time": 10000343, "item": 1035},
//
];
//
maxPage = 5;
// in production environment
//
record = {{REPLACE_RECORD}};
//
maxPage = {{REPLACE_MAXPAGE}};
record
=
{{
REPLACE_RECORD
}};
maxPage
=
{{
REPLACE_MAXPAGE
}};
// TODO: implement this mapper by yourself
// I don't want to put real items' name here to avoid being DMCA'd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment