Skip to content

Commit

Permalink
add list support
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleShaw committed Feb 28, 2024
1 parent 42eed93 commit 085e5b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ async function switchApi(word) {
option == Object.keys(options)[15] ||
option == Object.keys(options)[16] ||
option == Object.keys(options)[17] ||
option == Object.keys(options)[18]
option == Object.keys(options)[18] ||
option == Object.keys(options)[19]
) {
$("#page").addClass("hide");
$("#setting").addClass("hide");
Expand Down

0 comments on commit 085e5b2

Please sign in to comment.