Skip to content

Commit

Permalink
添加任务ID功能
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiaqi7998 committed May 13, 2022
1 parent 5b682f0 commit 8b43191
Show file tree
Hide file tree
Showing 4 changed files with 9,750 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/js/cheat.js
Expand Up @@ -14,5 +14,6 @@ document.addEventListener("DOMContentLoaded", ()=> {
document.getElementById("tab-4").onclick = genReli;
document.getElementById("tab-5").onclick = genItem;
document.getElementById("tab-6").onclick = genMonster;
document.getElementById("tab-7").onclick = genScene;
document.getElementById("tab-7").onclick = genScene;
document.getElementById("tab-8").onclick = genQuest;
});

0 comments on commit 8b43191

Please sign in to comment.