mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🌈 style: 格式化 & ✨ feat: 增加书名安全检测
This commit is contained in:
parent
a0c41591d9
commit
deb5cd52d9
@ -311,7 +311,7 @@ export class query extends plugin {
|
||||
|
||||
// const [zHelper, yiBook] = await Promise.all([getZHelper(e, keyword), getYiBook(e, keyword)]);
|
||||
// replyMessage(yiBook);
|
||||
const zBook = getZBook(e, safeKeyword);
|
||||
const zBook = await getZBook(e, safeKeyword);
|
||||
await replyMessage(zBook);
|
||||
|
||||
/*if (zHelper && zHelper.length > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user