Skip to content

Commit

Permalink
小修复-18
Browse files Browse the repository at this point in the history
  • Loading branch information
HBcao233 committed Jan 12, 2024
1 parent e4e4692 commit 642972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/FromTojson.vue
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ const addAnime = () => {
generateOutput();
}
const addAnime = (index) => {
const delAnime = (index) => {
WSITEM_Parameter.anime.splice(index, 1);
generateOutput();
}
Expand Down

0 comments on commit 642972b

Please sign in to comment.