mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 16:00:27 +00:00
fix
This commit is contained in:
@@ -5,7 +5,7 @@ import fs from 'fs';
|
||||
import { uriToLocalFile } from '@/common/file';
|
||||
import { SendMessageContext } from '@/onebot/api';
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '../type';
|
||||
import { actionType } from '@/common/coerce';
|
||||
const SchemaData = z.object({
|
||||
group_id: actionType.string(),
|
||||
file: actionType.string(),
|
||||
|
||||
Reference in New Issue
Block a user