Revert "fix"

This reverts commit a2d11a7d7d.
This commit is contained in:
手瓜一十雪
2025-04-19 10:57:32 +08:00
parent ac5df6946c
commit 9cc1ef5b31
88 changed files with 88 additions and 87 deletions

View File

@@ -4,7 +4,7 @@ import { checkFileExist, uriToLocalFile } from '@/common/file';
import fs from 'fs';
import { z } from 'zod';
import { GeneralCallResultStatus } from '@/core';
import { actionType } from '@/common/coerce';
import { actionType } from '../type';
const SchemaData = z.object({
image: actionType.string(),
});