This commit is contained in:
手瓜一十雪
2025-04-17 09:52:03 +08:00
parent abe6e46750
commit a2d11a7d7d
88 changed files with 87 additions and 88 deletions

View File

@@ -4,7 +4,7 @@ import { FileNapCatOneBotUUID } from '@/common/file-uuid';
import { ActionName } from '@/onebot/action/router';
import { OB11MessageImage, OB11MessageVideo } from '@/onebot/types';
import { z } from 'zod';
import { actionType } from '../type';
import { actionType } from '@/common/coerce';
export interface GetFileResponse {
file?: string; // path
url?: string;