mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
fix: typo
This commit is contained in:
parent
123759ab17
commit
d07d3645ce
@ -22,7 +22,7 @@ export class OCRImage extends BaseAction<Payload, any> {
|
|||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const { path, isLocal, errMsg } = (await uri2local(payload.image));
|
const { path, isLocal, errMsg } = (await uri2local(payload.image));
|
||||||
if (errMsg) {
|
if (errMsg) {
|
||||||
throw `OCR ${payload.file}失败,file字段可能格式不正确`;
|
throw `OCR ${payload.file}失败,image字段可能格式不正确`;
|
||||||
}
|
}
|
||||||
if (path) {
|
if (path) {
|
||||||
await checkFileReceived(path, 5000); // 文件不存在QQ会崩溃,需要提前判断
|
await checkFileReceived(path, 5000); // 文件不存在QQ会崩溃,需要提前判断
|
||||||
|
@ -59,7 +59,7 @@ import { GetGroupHonorInfo } from './go-cqhttp/GetGroupHonorInfo';
|
|||||||
import { GoCQHTTHandleQuickAction } from './go-cqhttp/QuickAction';
|
import { GoCQHTTHandleQuickAction } from './go-cqhttp/QuickAction';
|
||||||
import { GetGroupSystemMsg } from './group/GetGroupSystemMsg';
|
import { GetGroupSystemMsg } from './group/GetGroupSystemMsg';
|
||||||
import { GetOnlineClient } from './go-cqhttp/GetOnlineClient';
|
import { GetOnlineClient } from './go-cqhttp/GetOnlineClient';
|
||||||
import { IOCRImage, OCRImage } from './go-cqhttp/OCRImage';
|
import { IOCRImage, OCRImage } from './extends/OCRImage';
|
||||||
|
|
||||||
export const actionHandlers = [
|
export const actionHandlers = [
|
||||||
new RebootNormol(),
|
new RebootNormol(),
|
||||||
|
Loading…
Reference in New Issue
Block a user