mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
chore: fix
This commit is contained in:
parent
4a93c4e584
commit
8a10b81bd9
@ -5,7 +5,7 @@ import fs from 'fs';
|
||||
import { sendMsg } from '@/onebot/action/msg/SendMsg';
|
||||
import { uri2local } from '@/common/utils/file';
|
||||
import { FromSchema, JSONSchema } from 'json-schema-to-ts';
|
||||
import { SendMsgElementConstructor } from '@/onebot/helper/msg';
|
||||
import { SendMsgElementConstructor } from '@/onebot/helper/genMessage';
|
||||
|
||||
const SchemaData = {
|
||||
type: 'object',
|
||||
|
@ -5,7 +5,7 @@ import fs from 'fs';
|
||||
import { sendMsg } from '@/onebot/action/msg/SendMsg';
|
||||
import { uri2local } from '@/common/utils/file';
|
||||
import { FromSchema, JSONSchema } from 'json-schema-to-ts';
|
||||
import { SendMsgElementConstructor } from '@/onebot/helper/msg';
|
||||
import { SendMsgElementConstructor } from '@/onebot/helper/genMessage';
|
||||
|
||||
const SchemaData = {
|
||||
type: 'object',
|
||||
|
@ -3,7 +3,7 @@ import { uri2local } from '@/common/utils/file';
|
||||
import { RequestUtil } from '@/common/utils/request';
|
||||
import { MessageUnique } from '@/common/utils/MessageUnique';
|
||||
import { AtType, CustomMusicSignPostData, IdMusicSignPostData, NapCatCore, Peer, SendMessageElement } from '@/core';
|
||||
import { SendMsgElementConstructor } from '@/onebot/helper/msg';
|
||||
import { SendMsgElementConstructor } from '@/onebot/helper/genMessage';
|
||||
import { NapCatOneBot11Adapter } from '@/onebot';
|
||||
|
||||
export type MessageContext = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
export * from './config';
|
||||
export * from './message';
|
||||
export * from './parseMessage';
|
||||
export * from './converter';
|
||||
export * from './quick';
|
||||
export * from './msg';
|
||||
export * from './genMessage';
|
||||
export * from './event';
|
Loading…
x
Reference in New Issue
Block a user