mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
@@ -3,7 +3,7 @@ import { ActionName } from '@/onebot/action/router';
|
||||
import fs from 'node:fs/promises';
|
||||
import { checkFileExist, uriToLocalFile } from '@/common/file';
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '@/common/coerce';
|
||||
import { actionType } from '../type';
|
||||
const SchemaData = z.object({
|
||||
file: actionType.string(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user