mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
@@ -6,7 +6,7 @@ import { uriToLocalFile } from '@/common/file';
|
||||
import { SendMessageContext } from '@/onebot/api';
|
||||
import { ContextMode, createContext } from '@/onebot/action/msg/SendMsg';
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '@/common/coerce';
|
||||
import { actionType } from '../type';
|
||||
const SchemaData = z.object({
|
||||
user_id: actionType.string(),
|
||||
file: actionType.string(),
|
||||
|
||||
Reference in New Issue
Block a user