Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 24, 2023
1 parent 08b7374 commit 414e6dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TODO: prompt
const generateBook = require("./generatebook");
const generateBook = require("./generatepluginbook");

const booknames = [
"球状闪电",
Expand All @@ -8,7 +7,6 @@ const booknames = [
"劫持",
"提问的智慧",
];
// const booknames = ['提问的智慧']

booknames.forEach((bookname) => {
generateBook(bookname);
Expand Down

0 comments on commit 414e6dc

Please sign in to comment.