diff --git a/apps/query.js b/apps/query.js index c36d998..bb87308 100644 --- a/apps/query.js +++ b/apps/query.js @@ -503,7 +503,7 @@ export class query extends plugin { } /** - * @link searchBookById 的上下文 + * @link searchBook 的上下文 * @returns {Promise} */ async searchBookContext() { @@ -578,4 +578,4 @@ export class query extends plugin { const titleRex = /<[^>]+>/g; return title.replace(titleRex, ""); } -} +} \ No newline at end of file